public class AgentStatus extends AbstractModel
header, skipSign
Constructor and Description |
---|
AgentStatus() |
AgentStatus(AgentStatus 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 |
---|---|
Long |
getAbnormal()
Get 异常的数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getInOperation()
Get 操作中的数量
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRunning()
Get 运行中的数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAbnormal(Long Abnormal)
Set 异常的数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInOperation(Long InOperation)
Set 操作中的数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRunning(Long Running)
Set 运行中的数量
注意:此字段可能返回 null,表示取不到有效值。
|
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 AgentStatus()
public AgentStatus(AgentStatus source)
public Long getRunning()
public void setRunning(Long Running)
Running
- 运行中的数量
注意:此字段可能返回 null,表示取不到有效值。public Long getAbnormal()
public void setAbnormal(Long Abnormal)
Abnormal
- 异常的数量
注意:此字段可能返回 null,表示取不到有效值。public Long getInOperation()
public void setInOperation(Long InOperation)
InOperation
- 操作中的数量
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.