Class DeploymentStatus


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class DeploymentStatus
    extends Object
    The state and state message associated with a deployment
    • Constructor Detail

      • DeploymentStatus

        public DeploymentStatus()
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object