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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for detailedState.Getter for message.getState()Getter for state.inthashCode()voidsetDetailedState(String detailedState) Setter for detailedState.voidsetMessage(String message) Setter for message.voidSetter for state.toString()
-
Constructor Details
-
DfxEnvironmentStatus
public DfxEnvironmentStatus()
-
-
Method Details
-
getDetailedState
Getter for detailedState. The detailed state that the environment is currently in. -
setDetailedState
Setter for detailedState. The detailed state that the environment is currently in. -
getMessage
Getter for message. Detail message relating to the current status of the environment. -
setMessage
Setter for message. Detail message relating to the current status of the environment. -
getState
Getter for state. The state that the environment is currently in. -
setState
Setter for state. The state that the environment is currently in. -
equals
-
hashCode
public int hashCode() -
toString
-