public class EdgeUnitStatisticItem extends AbstractModel
Constructor and Description |
---|
EdgeUnitStatisticItem() |
EdgeUnitStatisticItem(EdgeUnitStatisticItem 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 |
getNotActive()
Get 未激活
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getOffline()
Get 离线数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getOnline()
Get 在线数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotal()
Get 总数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAbnormal(Long Abnormal)
Set 异常数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNotActive(Long NotActive)
Set 未激活
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOffline(Long Offline)
Set 离线数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOnline(Long Online)
Set 在线数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotal(Long Total)
Set 总数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public EdgeUnitStatisticItem()
public EdgeUnitStatisticItem(EdgeUnitStatisticItem source)
public Long getTotal()
public void setTotal(Long Total)
Total
- 总数
注意:此字段可能返回 null,表示取不到有效值。public Long getOnline()
public void setOnline(Long Online)
Online
- 在线数
注意:此字段可能返回 null,表示取不到有效值。public Long getAbnormal()
public void setAbnormal(Long Abnormal)
Abnormal
- 异常数
注意:此字段可能返回 null,表示取不到有效值。public Long getOffline()
public void setOffline(Long Offline)
Offline
- 离线数
注意:此字段可能返回 null,表示取不到有效值。public Long getNotActive()
public void setNotActive(Long NotActive)
NotActive
- 未激活
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.