Class PauseTableRequest
java.lang.Object
com.cloudera.cdp.lakehouseopt.model.PauseTableRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class PauseTableRequest
extends Object
Request object to pause a table.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for datahubCrn.Getter for namespace.Getter for tableName.inthashCode()voidsetDatahubCrn(String datahubCrn) Setter for datahubCrn.voidsetNamespace(String namespace) Setter for namespace.voidsetTableName(String tableName) Setter for tableName.toString()
-
Constructor Details
-
PauseTableRequest
public PauseTableRequest()
-
-
Method Details
-
getDatahubCrn
Getter for datahubCrn. The CRN of the CLO Data Hub. -
setDatahubCrn
Setter for datahubCrn. The CRN of the CLO Data Hub. -
getNamespace
Getter for namespace. The name of the namespace. -
setNamespace
Setter for namespace. The name of the namespace. -
getTableName
Getter for tableName. The name of the table. -
setTableName
Setter for tableName. The name of the table. -
equals
-
hashCode
public int hashCode() -
toString
-