Class GetSuspendResumeStatusResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.de.model.GetSuspendResumeStatusResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-31T14:25:33.115-07:00") public class GetSuspendResumeStatusResponse extends CdpResponse
Response object for GetSuspendResumeStatus request.
  • Constructor Details

    • GetSuspendResumeStatusResponse

      public GetSuspendResumeStatusResponse()
  • Method Details

    • getStatusMessage

      public String getStatusMessage()
      Getter for statusMessage. The status of the suspend/resume operation.
    • setStatusMessage

      public void setStatusMessage(String statusMessage)
      Setter for statusMessage. The status of the suspend/resume operation.
    • getNextStep

      public String getNextStep()
      Getter for nextStep. The next step to take in the multi-step suspend/resume process.
    • setNextStep

      public void setNextStep(String nextStep)
      Setter for nextStep. The next step to take in the multi-step suspend/resume process.
    • getAllStepsCompleted

      public Boolean getAllStepsCompleted()
      Getter for allStepsCompleted. Indicates if all steps in the multi-step suspend/resume process were successfully completed.
    • setAllStepsCompleted

      public void setAllStepsCompleted(Boolean allStepsCompleted)
      Setter for allStepsCompleted. Indicates if all steps in the multi-step suspend/resume process were successfully completed.
    • 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