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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusterCrn.Getter for policyId.Getter for updateHbasePolicyDefinition.int
hashCode()
void
setClusterCrn
(String clusterCrn) Setter for clusterCrn.void
setPolicyId
(String policyId) Setter for policyId.void
setUpdateHbasePolicyDefinition
(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
-