public class DeviceStatusStatRes extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeviceStatusStatRes() | 
| DeviceStatusStatRes(DeviceStatusStatRes 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 | 
|---|---|
| DeviceTypeOverview[] | getDeviceTypeOverviewSet()Get 设备类型概览列表 | 
| Long | getFaultSum()Get 故障数 | 
| Long | getNormalSum()Get 正常数 | 
| Long | getOfflineSum()Get 离线数 | 
| StatLevel[] | getStatLevelSet()Get 设备类型统计列表 | 
| Long | getTotal()Get 汇总数。在线(正常+故障) + 离线 | 
| Long | getWorkspaceId()Get 工作空间Id | 
| void | setDeviceTypeOverviewSet(DeviceTypeOverview[] DeviceTypeOverviewSet)Set 设备类型概览列表 | 
| void | setFaultSum(Long FaultSum)Set 故障数 | 
| void | setNormalSum(Long NormalSum)Set 正常数 | 
| void | setOfflineSum(Long OfflineSum)Set 离线数 | 
| void | setStatLevelSet(StatLevel[] StatLevelSet)Set 设备类型统计列表 | 
| void | setTotal(Long Total)Set 汇总数。在线(正常+故障) + 离线 | 
| void | setWorkspaceId(Long WorkspaceId)Set 工作空间Id | 
| 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 DeviceStatusStatRes()
public DeviceStatusStatRes(DeviceStatusStatRes source)
public Long getWorkspaceId()
public void setWorkspaceId(Long WorkspaceId)
WorkspaceId - 工作空间Idpublic 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 DeviceTypeOverview[] getDeviceTypeOverviewSet()
public void setDeviceTypeOverviewSet(DeviceTypeOverview[] DeviceTypeOverviewSet)
DeviceTypeOverviewSet - 设备类型概览列表public StatLevel[] getStatLevelSet()
public void setStatLevelSet(StatLevel[] StatLevelSet)
StatLevelSet - 设备类型统计列表Copyright © 2025. All rights reserved.