Class DfxEnvironmentStatus

java.lang.Object
com.cloudera.cdp.dfworkload.model.DfxEnvironmentStatus

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-25T09:53:08.000-07:00") public class DfxEnvironmentStatus extends Object
Environment status.
  • Constructor Details

    • DfxEnvironmentStatus

      public DfxEnvironmentStatus()
  • Method Details

    • getDetailedState

      public String getDetailedState()
      Getter for detailedState. The detailed state that the environment is currently in.
    • setDetailedState

      public void setDetailedState(String detailedState)
      Setter for detailedState. The detailed state that the environment is currently in.
    • getMessage

      public String getMessage()
      Getter for message. Detail message relating to the current status of the environment.
    • setMessage

      public void setMessage(String message)
      Setter for message. Detail message relating to the current status of the environment.
    • getState

      public String getState()
      Getter for state. The state that the environment is currently in.
    • setState

      public void setState(String state)
      Setter for state. The state that the environment is currently in.
    • 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