Class VerifyHbaseClusterPairResponseAfterPolicySteps

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-01-23T07:12:43.267-08:00") public class VerifyHbaseClusterPairResponseAfterPolicySteps extends Object
Manual steps to perform after HBase policy creation.
  • Constructor Details

    • VerifyHbaseClusterPairResponseAfterPolicySteps

      public VerifyHbaseClusterPairResponseAfterPolicySteps()
  • Method Details

    • getSummary

      public String getSummary()
      Getter for summary. Summary of the steps to perform.
    • setSummary

      public void setSummary(String summary)
      Setter for summary. Summary of the steps to perform.
    • getSource

      public VerificationSteps getSource()
      Getter for source. Steps to perform for the source cluster.
    • setSource

      public void setSource(VerificationSteps source)
      Setter for source. Steps to perform for the source cluster.
    • getDestination

      public VerificationSteps getDestination()
      Getter for destination. Steps to perform for the destination cluster.
    • setDestination

      public void setDestination(VerificationSteps destination)
      Setter for destination. Steps to perform for the destination cluster.
    • 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