Class SuspendDbcRequest

java.lang.Object
com.cloudera.cdp.dw.model.SuspendDbcRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:33.811-07:00") public class SuspendDbcRequest extends Object
The request object for the suspendDbc method.
  • Constructor Details Link icon

    • SuspendDbcRequest Link icon

      public SuspendDbcRequest()
  • Method Details Link icon

    • getClusterId Link icon

      public String getClusterId()
      Getter for clusterId. The ID of the Database Catalog's cluster.
    • setClusterId Link icon

      public void setClusterId(String clusterId)
      Setter for clusterId. The ID of the Database Catalog's cluster.
    • getDbcId Link icon

      public String getDbcId()
      Getter for dbcId. The ID of the Database Catalog to suspend.
    • setDbcId Link icon

      public void setDbcId(String dbcId)
      Setter for dbcId. The ID of the Database Catalog to suspend.
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object