Class DeploymentStatus
- java.lang.Object
-
- com.cloudera.cdp.dfworkload.model.DeploymentStatus
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.979-07:00") public class DeploymentStatus extends Object
The state and state message associated with a deployment
-
-
Constructor Summary
Constructors Constructor Description DeploymentStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDetailedState()
Getter for detailedState.String
getMessage()
Getter for message.String
getState()
Getter for state.int
hashCode()
void
setDetailedState(String detailedState)
Setter for detailedState.void
setMessage(String message)
Setter for message.void
setState(String state)
Setter for state.String
toString()
-
-
-
Method Detail
-
getDetailedState
public String getDetailedState()
Getter for detailedState. The detailed state that the deployment is currently in
-
setDetailedState
public void setDetailedState(String detailedState)
Setter for detailedState. The detailed state that the deployment is currently in
-
getState
public String getState()
Getter for state. The state that the deployment is currently in
-
setState
public void setState(String state)
Setter for state. The state that the deployment is currently in
-
getMessage
public String getMessage()
Getter for message. Detail message relating to the current status of the deployment
-
setMessage
public void setMessage(String message)
Setter for message. Detail message relating to the current status of the deployment
-
-