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 故障数 | 
| Long | getNormalSum()Get 正常数 | 
| Long | getOfflineSum()Get 离线数 | 
| String | getSpaceCode()Get 空间id | 
| StatDeviceType[] | getStatDeviceTypeSet()Get 设备类型统计列表 | 
| Long | getTotal()Get 汇总数。在线(正常+故障) + 离线 | 
| void | setFaultSum(Long FaultSum)Set 故障数 | 
| void | setNormalSum(Long NormalSum)Set 正常数 | 
| void | setOfflineSum(Long OfflineSum)Set 离线数 | 
| void | setSpaceCode(String SpaceCode)Set 空间id | 
| void | setStatDeviceTypeSet(StatDeviceType[] StatDeviceTypeSet)Set 设备类型统计列表 | 
| void | setTotal(Long Total)Set 汇总数。在线(正常+故障) + 离线 | 
| 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, toJsonStringpublic StatLevel()
public StatLevel(StatLevel source)
public Long getTotal()
public void setTotal(Long Total)
Total - 汇总数。在线(正常+故障) + 离线public Long getNormalSum()
public void setNormalSum(Long NormalSum)
NormalSum - 正常数public Long getOfflineSum()
public void setOfflineSum(Long OfflineSum)
OfflineSum - 离线数public Long getFaultSum()
public void setFaultSum(Long FaultSum)
FaultSum - 故障数public String getSpaceCode()
public void setSpaceCode(String SpaceCode)
SpaceCode - 空间idpublic StatDeviceType[] getStatDeviceTypeSet()
public void setStatDeviceTypeSet(StatDeviceType[] StatDeviceTypeSet)
StatDeviceTypeSet - 设备类型统计列表Copyright © 2025. All rights reserved.