Class UpgradeState


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.678-07:00")
    public class UpgradeState
    extends Object
    Response object for the workspace summary.
    • Constructor Detail

      • UpgradeState

        public UpgradeState()
    • Method Detail

      • getState

        public String getState()
        Getter for state. The current upgrade state of the workspace.
      • setState

        public void setState​(String state)
        Setter for state. The current upgrade state of the workspace.
      • getReason

        public String getReason()
        Getter for reason. The reason for the current state.
      • setReason

        public void setReason​(String reason)
        Setter for reason. The reason for the current state.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object