Class 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 Detail

      • ActivatePolicyRequest

        public ActivatePolicyRequest()
    • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object