Class UpdateHbasePolicyRequest
java.lang.Object
com.cloudera.cdp.replicationmanager.model.UpdateHbasePolicyRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.692-07:00")
public class UpdateHbasePolicyRequest
extends Object
Update HBase replication policy request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clusterCrn.Getter for policyId.Getter for updateHbasePolicyDefinition.inthashCode()voidsetClusterCrn(String clusterCrn) Setter for clusterCrn.voidsetPolicyId(String policyId) Setter for policyId.voidsetUpdateHbasePolicyDefinition(UpdateHbasePolicyDefinition updateHbasePolicyDefinition) Setter for updateHbasePolicyDefinition.toString()
-
Constructor Details
-
UpdateHbasePolicyRequest
public UpdateHbasePolicyRequest()
-
-
Method Details
-
getClusterCrn
Getter for clusterCrn. The CRN of the cluster where the policy will be updated. -
setClusterCrn
Setter for clusterCrn. The CRN of the cluster where the policy will be updated. -
getPolicyId
Getter for policyId. The ID of the policy to be updated. -
setPolicyId
Setter for policyId. The ID of the policy to be updated. -
getUpdateHbasePolicyDefinition
Getter for updateHbasePolicyDefinition. The policy definition. -
setUpdateHbasePolicyDefinition
Setter for updateHbasePolicyDefinition. The policy definition. -
equals
-
hashCode
public int hashCode() -
toString
-