Class GetCommandStatusRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:29.297-07:00") public class GetCommandStatusRequest extends Object
Get the current status of any CM command.
  • Constructor Details

    • GetCommandStatusRequest

      public GetCommandStatusRequest()
  • Method Details

    • getClusterCrn

      public String getClusterCrn()
      Getter for clusterCrn. The CRN of the target cluster.
    • setClusterCrn

      public void setClusterCrn(String clusterCrn)
      Setter for clusterCrn. The CRN of the target cluster.
    • getCommandId

      public String getCommandId()
      Getter for commandId. ID of a CM command on the cluster.
    • setCommandId

      public void setCommandId(String commandId)
      Setter for commandId. ID of a CM command on the 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