Class GetTableStatusDetailsRequest
java.lang.Object
com.cloudera.cdp.lakehouseopt.model.GetTableStatusDetailsRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-05-01T09:59:31.533-07:00")
public class GetTableStatusDetailsRequest
extends Object
Request object to get the table status details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for datahubCrn.Getter for namespace.Getter for policyName.Getter for status.Getter for tableName.inthashCode()voidsetDatahubCrn(String datahubCrn) Setter for datahubCrn.voidsetNamespace(String namespace) Setter for namespace.voidsetPolicyName(String policyName) Setter for policyName.voidSetter for status.voidsetTableName(String tableName) Setter for tableName.toString()
-
Constructor Details
-
GetTableStatusDetailsRequest
public GetTableStatusDetailsRequest()
-
-
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 namespace. -
setNamespace
Setter for namespace. The namespace. -
getTableName
Getter for tableName. The table name. -
setTableName
Setter for tableName. The table name. -
getPolicyName
Getter for policyName. The policy name. -
setPolicyName
Setter for policyName. The policy name. -
getStatus
Getter for status. The table status. It can be UNAVAILABLE, SUCCESS, ERROR, PAUSED. UNAVAILABLE if no tasks ran recently, SUCCESS if recent task got completed successfully, ERROR if recent task has failed, PAUSED if the table is in paused state. -
setStatus
Setter for status. The table status. It can be UNAVAILABLE, SUCCESS, ERROR, PAUSED. UNAVAILABLE if no tasks ran recently, SUCCESS if recent task got completed successfully, ERROR if recent task has failed, PAUSED if the table is in paused state. -
equals
-
hashCode
public int hashCode() -
toString
-