Class GetUpgradeStatusResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:27.658-07:00") public class GetUpgradeStatusResponse extends CdpResponse
Response object for GetUpgradeStatus request.
  • Constructor Details

    • GetUpgradeStatusResponse

      public GetUpgradeStatusResponse()
  • Method Details

    • getUpgradeStatusMessage

      public String getUpgradeStatusMessage()
      Getter for upgradeStatusMessage. The status of the upgrade.
    • setUpgradeStatusMessage

      public void setUpgradeStatusMessage(String upgradeStatusMessage)
      Setter for upgradeStatusMessage. The status of the upgrade.
    • getNextStep

      public String getNextStep()
      Getter for nextStep. The next step to take in multi-step upgrade process. Currently supported steps are prepare, backup, upgrade and resume.
    • setNextStep

      public void setNextStep(String nextStep)
      Setter for nextStep. The next step to take in multi-step upgrade process. Currently supported steps are prepare, backup, upgrade and resume.
    • getAllStepsCompleted

      public Boolean getAllStepsCompleted()
      Getter for allStepsCompleted. Whether all the steps of the multi-step upgrade process completed.
    • setAllStepsCompleted

      public void setAllStepsCompleted(Boolean allStepsCompleted)
      Setter for allStepsCompleted. Whether all the steps of the multi-step upgrade process 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