Class ActivatePolicyRequest
- java.lang.Object
-
- com.cloudera.cdp.replicationmanager.model.ActivatePolicyRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:20.396-07:00") public class ActivatePolicyRequest extends Object
Activate a replication policy.
-
-
Constructor Summary
Constructors Constructor Description ActivatePolicyRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClusterCrn()
Getter for clusterCrn.String
getPolicyName()
Getter for policyName.int
hashCode()
void
setClusterCrn(String clusterCrn)
Setter for clusterCrn.void
setPolicyName(String policyName)
Setter for policyName.String
toString()
-
-
-
Method Detail
-
getClusterCrn
public String getClusterCrn()
Getter for clusterCrn. CRN of the cluster where the policy is.
-
setClusterCrn
public void setClusterCrn(String clusterCrn)
Setter for clusterCrn. CRN of the cluster where the policy is.
-
getPolicyName
public String getPolicyName()
Getter for policyName. Policy name to resume.
-
setPolicyName
public void setPolicyName(String policyName)
Setter for policyName. Policy name to resume.
-
-