Class GetCommandStatusRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:49.412-07:00")
    public class GetCommandStatusRequest
    extends Object
    Get the current status of any CM command.
    • Constructor Detail

      • GetCommandStatusRequest

        public GetCommandStatusRequest()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object