Class SuspendHbasePolicyRequest

java.lang.Object
com.cloudera.cdp.replicationmanager.model.SuspendHbasePolicyRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:38.989-07:00") public class SuspendHbasePolicyRequest extends Object
Suspend an HBase replication policy.
  • Constructor Details Link icon

    • SuspendHbasePolicyRequest Link icon

      public SuspendHbasePolicyRequest()
  • Method Details Link icon

    • getClusterCrn Link icon

      public String getClusterCrn()
      Getter for clusterCrn. CRN of the destination cluster.
    • setClusterCrn Link icon

      public void setClusterCrn(String clusterCrn)
      Setter for clusterCrn. CRN of the destination cluster.
    • getPolicyId Link icon

      public String getPolicyId()
      Getter for policyId. ID of the HBase policy.
    • setPolicyId Link icon

      public void setPolicyId(String policyId)
      Setter for policyId. ID of the HBase policy.
    • 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