Class ActivatePolicyRequest

java.lang.Object
com.cloudera.cdp.replicationmanager.model.ActivatePolicyRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-08-15T13:42:20.189-07:00") public class ActivatePolicyRequest extends Object
Activate a replication policy.
  • Constructor Details

    • ActivatePolicyRequest

      public ActivatePolicyRequest()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object