public class StatLevel extends AbstractModel
header, skipSign
Constructor and Description |
---|
StatLevel() |
StatLevel(StatLevel 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 |
getFaultSum()
Get 故障数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getNormalSum()
Get 正常数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getOfflineSum()
Get 离线数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSpaceCode()
Get 空间id
注意:此字段可能返回 null,表示取不到有效值。
|
StatDeviceType[] |
getStatDeviceTypeSet()
Get 设备类型统计列表
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTotal()
Get 汇总数。在线(正常+故障) + 离线
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFaultSum(Long FaultSum)
Set 故障数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNormalSum(Long NormalSum)
Set 正常数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOfflineSum(Long OfflineSum)
Set 离线数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSpaceCode(String SpaceCode)
Set 空间id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatDeviceTypeSet(StatDeviceType[] StatDeviceTypeSet)
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public StatLevel()
public StatLevel(StatLevel source)
public Long getTotal()
public void setTotal(Long Total)
Total
- 汇总数。在线(正常+故障) + 离线
注意:此字段可能返回 null,表示取不到有效值。public Long getNormalSum()
public void setNormalSum(Long NormalSum)
NormalSum
- 正常数
注意:此字段可能返回 null,表示取不到有效值。public Long getOfflineSum()
public void setOfflineSum(Long OfflineSum)
OfflineSum
- 离线数
注意:此字段可能返回 null,表示取不到有效值。public Long getFaultSum()
public void setFaultSum(Long FaultSum)
FaultSum
- 故障数
注意:此字段可能返回 null,表示取不到有效值。public String getSpaceCode()
public void setSpaceCode(String SpaceCode)
SpaceCode
- 空间id
注意:此字段可能返回 null,表示取不到有效值。public StatDeviceType[] getStatDeviceTypeSet()
public void setStatDeviceTypeSet(StatDeviceType[] StatDeviceTypeSet)
StatDeviceTypeSet
- 设备类型统计列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.