Class VerifyHbaseClusterPairResponseBeforePolicySteps

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

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

    • VerifyHbaseClusterPairResponseBeforePolicySteps

      public VerifyHbaseClusterPairResponseBeforePolicySteps()
  • 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.
    • getDocumentationLink

      public String getDocumentationLink()
      Getter for documentationLink. Link to the HBase replication manual steps documentation.
    • setDocumentationLink

      public void setDocumentationLink(String documentationLink)
      Setter for documentationLink. Link to the HBase replication manual steps documentation.
    • 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