Class UpgradeVwResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:45.683-07:00")
    public class UpgradeVwResponse
    extends CdpResponse
    Response object for the upgradeVw method.
    • Constructor Detail

      • UpgradeVwResponse

        public UpgradeVwResponse()
    • Method Detail

      • getStatus

        public String getStatus()
        Getter for status. The upgrade status. Possible values are: Upgrading, Error, Failed.
      • setStatus

        public void setStatus​(String status)
        Setter for status. The upgrade status. Possible values are: Upgrading, Error, Failed.
      • getMessage

        public String getMessage()
        Getter for message. The upgrade message.
      • setMessage

        public void setMessage​(String message)
        Setter for message. The upgrade message.
      • getTimedOut

        public Boolean getTimedOut()
        Getter for timedOut. True if the upgrade timed out, false or omitted otherwise.
      • setTimedOut

        public void setTimedOut​(Boolean timedOut)
        Setter for timedOut. True if the upgrade timed out, false or omitted otherwise.
      • getServiceUnhealthy

        public Boolean getServiceUnhealthy()
        Getter for serviceUnhealthy. True, if the service is in unhealthy state, false or omitted otherwise.
      • setServiceUnhealthy

        public void setServiceUnhealthy​(Boolean serviceUnhealthy)
        Setter for serviceUnhealthy. True, if the service is in unhealthy state, false or omitted otherwise.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object