Class SuspendHbasePolicyRequest
java.lang.Object
com.cloudera.cdp.replicationmanager.model.SuspendHbasePolicyRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-01-23T07:12:43.267-08:00")
public class SuspendHbasePolicyRequest
extends Object
Suspend an HBase replication policy.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusterCrn.Getter for policyId.int
hashCode()
void
setClusterCrn
(String clusterCrn) Setter for clusterCrn.void
setPolicyId
(String policyId) Setter for policyId.toString()
-
Constructor Details
-
SuspendHbasePolicyRequest
public SuspendHbasePolicyRequest()
-
-
Method Details
-
getClusterCrn
Getter for clusterCrn. CRN of the destination cluster. -
setClusterCrn
Setter for clusterCrn. CRN of the destination cluster. -
getPolicyId
Getter for policyId. ID of the HBase policy. -
setPolicyId
Setter for policyId. ID of the HBase policy. -
equals
-
hashCode
public int hashCode() -
toString
-