Package com.cloudera.cdp.ml.model
Class UpgradeState
- java.lang.Object
-
- com.cloudera.cdp.ml.model.UpgradeState
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:52.511-07:00") public class UpgradeState extends Object
Response object for the workspace summary.
-
-
Constructor Summary
Constructors Constructor Description UpgradeState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getReason()
Getter for reason.String
getState()
Getter for state.int
hashCode()
void
setReason(String reason)
Setter for reason.void
setState(String state)
Setter for state.String
toString()
-
-
-
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.
-
-