Class DeploymentStatus
java.lang.Object
com.cloudera.cdp.dfworkload.model.DeploymentStatus
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class DeploymentStatus
extends Object
The state and state message associated with a deployment.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for detailedState.Getter for message.getState()
Getter for state.int
hashCode()
void
setDetailedState
(String detailedState) Setter for detailedState.void
setMessage
(String message) Setter for message.void
Setter for state.toString()
-
Constructor Details
-
DeploymentStatus
public DeploymentStatus()
-
-
Method Details
-
getDetailedState
Getter for detailedState. The detailed state that the deployment is currently in. -
setDetailedState
Setter for detailedState. The detailed state that the deployment is currently in. -
getState
Getter for state. The state that the deployment is currently in. -
setState
Setter for state. The state that the deployment is currently in. -
getMessage
Getter for message. Detail message relating to the current status of the deployment. -
setMessage
Setter for message. Detail message relating to the current status of the deployment. -
equals
-
hashCode
public int hashCode() -
toString
-