Class UpgradeState

java.lang.Object
com.cloudera.cdp.ml.model.UpgradeState

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.791-07:00") public class UpgradeState extends Object
Response object for the workspace summary.
  • Constructor Details

    • UpgradeState

      public UpgradeState()
  • Method Details

    • 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.
    • 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