Class UpdateHbasePolicyRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-01-23T07:12:43.267-08:00") public class UpdateHbasePolicyRequest extends Object
Update HBase replication policy request.
  • Constructor Details

    • UpdateHbasePolicyRequest

      public UpdateHbasePolicyRequest()
  • Method Details

    • getClusterCrn

      public String getClusterCrn()
      Getter for clusterCrn. The CRN of the cluster where the policy will be updated.
    • setClusterCrn

      public void setClusterCrn(String clusterCrn)
      Setter for clusterCrn. The CRN of the cluster where the policy will be updated.
    • getPolicyId

      public String getPolicyId()
      Getter for policyId. The ID of the policy to be updated.
    • setPolicyId

      public void setPolicyId(String policyId)
      Setter for policyId. The ID of the policy to be updated.
    • getUpdateHbasePolicyDefinition

      public UpdateHbasePolicyDefinition getUpdateHbasePolicyDefinition()
      Getter for updateHbasePolicyDefinition. The policy definition.
    • setUpdateHbasePolicyDefinition

      public void setUpdateHbasePolicyDefinition(UpdateHbasePolicyDefinition updateHbasePolicyDefinition)
      Setter for updateHbasePolicyDefinition. The policy definition.
    • 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