Package com.cloudera.cdp.de.model
Class GetUpgradeStatusResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.de.model.GetUpgradeStatusResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:29.824-07:00")
public class GetUpgradeStatusResponse
extends CdpResponse
Response object for GetUpgradeStatus 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 upgradeStatusMessage.inthashCode()voidsetAllStepsCompleted(Boolean allStepsCompleted) Setter for allStepsCompleted.voidsetNextStep(String nextStep) Setter for nextStep.voidsetUpgradeStatusMessage(String upgradeStatusMessage) Setter for upgradeStatusMessage.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
GetUpgradeStatusResponse
public GetUpgradeStatusResponse()
-
-
Method Details
-
getUpgradeStatusMessage
Getter for upgradeStatusMessage. The status of the upgrade. -
setUpgradeStatusMessage
Setter for upgradeStatusMessage. The status of the upgrade. -
getNextStep
Getter for nextStep. The next step to take in multi-step upgrade process. Currently supported steps are prepare, backup, upgrade and resume. -
setNextStep
Setter for nextStep. The next step to take in multi-step upgrade process. Currently supported steps are prepare, backup, upgrade and resume. -
getAllStepsCompleted
Getter for allStepsCompleted. Whether all the steps of the multi-step upgrade process completed. -
setAllStepsCompleted
Setter for allStepsCompleted. Whether all the steps of the multi-step upgrade process completed. -
equals
-
hashCode
public int hashCode() -
toString
-