Package com.cloudera.cdp.df.model
Class DeploymentStatus
java.lang.Object
com.cloudera.cdp.df.model.DeploymentStatus
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.348-07:00")
public class DeploymentStatus
extends Object
The status of 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 -
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 -
getState
Getter for state. The state that the deployment is currently in -
setState
Setter for state. The state that the deployment is currently in -
equals
-
hashCode
public int hashCode() -
toString
-