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 Details

    • DeploymentStatus

      public DeploymentStatus()
  • Method Details

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