Package com.cloudera.cdp.de.model
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.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for allStepsCompleted.Getter for nextStep.Getter for statusMessage.inthashCode()voidsetAllStepsCompleted(Boolean allStepsCompleted) Setter for allStepsCompleted.voidsetNextStep(String nextStep) Setter for nextStep.voidsetStatusMessage(String statusMessage) Setter for statusMessage.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetSuspendResumeStatusResponse
public GetSuspendResumeStatusResponse()
-
-
Method Details
-
getStatusMessage
Getter for statusMessage. The status of the suspend/resume operation. -
setStatusMessage
Setter for statusMessage. The status of the suspend/resume operation. -
getNextStep
Getter for nextStep. The next step to take in the multi-step suspend/resume process. -
setNextStep
Setter for nextStep. The next step to take in the multi-step suspend/resume process. -
getAllStepsCompleted
Getter for allStepsCompleted. Indicates if all steps in the multi-step suspend/resume process were successfully completed. -
setAllStepsCompleted
Setter for allStepsCompleted. Indicates if all steps in the multi-step suspend/resume process were successfully completed. -
equals
-
hashCode
public int hashCode() -
toString
-