public class ContainerStatus extends AbstractModel
header, skipSign
Constructor and Description |
---|
ContainerStatus() |
ContainerStatus(ContainerStatus 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 |
getMessage()
Get Container error message.Note: This field may return null, indicating that no valid values can be obtained.
|
Boolean |
getReady()
Get Whether it is ready.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getReason()
Get Status reason.Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getRestartCount()
Get Number of restarts.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getState()
Get Status.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMessage(String Message)
Set Container error message.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setReady(Boolean Ready)
Set Whether it is ready.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setReason(String Reason)
Set Status reason.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRestartCount(Long RestartCount)
Set Number of restarts.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setState(String State)
Set Status.Note: This field may return null, indicating that no valid values can be obtained.
|
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, toJsonString
public ContainerStatus()
public ContainerStatus(ContainerStatus source)
public Long getRestartCount()
public void setRestartCount(Long RestartCount)
RestartCount
- Number of restarts.Note: This field may return null, indicating that no valid values can be obtained.public String getState()
public void setState(String State)
State
- Status.Note: This field may return null, indicating that no valid values can be obtained.public Boolean getReady()
public void setReady(Boolean Ready)
Ready
- Whether it is ready.Note: This field may return null, indicating that no valid values can be obtained.public String getReason()
public void setReason(String Reason)
Reason
- Status reason.Note: This field may return null, indicating that no valid values can be obtained.public String getMessage()
public void setMessage(String Message)
Message
- Container error message.Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.