Class SuspendPolicyRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.412-07:00")
    public class SuspendPolicyRequest
    extends Object
    Suspend a replication policy.
    • Constructor Detail

      • SuspendPolicyRequest

        public SuspendPolicyRequest()
    • 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 suspend.
      • setPolicyName

        public void setPolicyName​(String policyName)
        Setter for policyName. Policy name to suspend.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object