public class ClusterCondition extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ClusterCondition()  | 
ClusterCondition(ClusterCondition source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getLastProbeTime()
Get Last time when the status is probed
Note: This field may return `null`, indicating that no valid values can be obtained. 
 | 
String | 
getLastTransitionTime()
Get Last time when transiting to the process
Note: This field may return `null`, indicating that no valid values can be obtained. 
 | 
String | 
getMessage()
Get More information on transition
Note: This field may return `null`, indicating that no valid values can be obtained. 
 | 
String | 
getReason()
Get Reasons for transiting to the process
Note: This field may return `null`, indicating that no valid values can be obtained. 
 | 
String | 
getStatus()
Get Process status 
 | 
String | 
getType()
Get Process type 
 | 
void | 
setLastProbeTime(String LastProbeTime)
Set Last time when the status is probed
Note: This field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setLastTransitionTime(String LastTransitionTime)
Set Last time when transiting to the process
Note: This field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setMessage(String Message)
Set More information on transition
Note: This field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setReason(String Reason)
Set Reasons for transiting to the process
Note: This field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setStatus(String Status)
Set Process status 
 | 
void | 
setType(String Type)
Set Process type 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ClusterCondition()
public ClusterCondition(ClusterCondition source)
public String getType()
public void setType(String Type)
Type - Process typepublic String getStatus()
public void setStatus(String Status)
Status - Process statuspublic String getLastProbeTime()
public void setLastProbeTime(String LastProbeTime)
LastProbeTime - Last time when the status is probed
Note: This field may return `null`, indicating that no valid values can be obtained.public String getLastTransitionTime()
public void setLastTransitionTime(String LastTransitionTime)
LastTransitionTime - Last time when transiting to the process
Note: This field may return `null`, indicating that no valid values can be obtained.public String getReason()
public void setReason(String Reason)
Reason - Reasons for transiting to the process
Note: This field may return `null`, indicating that no valid values can be obtained.public String getMessage()
public void setMessage(String Message)
Message - More information on transition
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.