public class Targets extends AbstractModel
header, skipSign
Constructor and Description |
---|
Targets() |
Targets(Targets 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 |
getDown()
Get 不在线数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotal()
Get 总数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getUnknown()
Get 未知状态数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getUp()
Get 在线数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDown(Long Down)
Set 不在线数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotal(Long Total)
Set 总数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUnknown(Long Unknown)
Set 未知状态数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUp(Long Up)
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 Targets()
public Targets(Targets source)
public Long getTotal()
public void setTotal(Long Total)
Total
- 总数
注意:此字段可能返回 null,表示取不到有效值。public Long getUp()
public void setUp(Long Up)
Up
- 在线数
注意:此字段可能返回 null,表示取不到有效值。public Long getDown()
public void setDown(Long Down)
Down
- 不在线数
注意:此字段可能返回 null,表示取不到有效值。public Long getUnknown()
public void setUnknown(Long Unknown)
Unknown
- 未知状态数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.