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 Details

    • GetTableStatusDetailsRequest

      public GetTableStatusDetailsRequest()
  • Method Details

    • getDatahubCrn

      public String getDatahubCrn()
      Getter for datahubCrn. The CRN of the CLO Data Hub.
    • setDatahubCrn

      public void setDatahubCrn(String datahubCrn)
      Setter for datahubCrn. The CRN of the CLO Data Hub.
    • getNamespace

      public String getNamespace()
      Getter for namespace. The namespace.
    • setNamespace

      public void setNamespace(String namespace)
      Setter for namespace. The namespace.
    • getTableName

      public String getTableName()
      Getter for tableName. The table name.
    • setTableName

      public void setTableName(String tableName)
      Setter for tableName. The table name.
    • getPolicyName

      public String getPolicyName()
      Getter for policyName. The policy name.
    • setPolicyName

      public void setPolicyName(String policyName)
      Setter for policyName. The policy name.
    • getStatus

      public String 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

      public void setStatus(String status)
      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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object