public class DeviceStatData extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeviceStatData() | 
| DeviceStatData(DeviceStatData 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 | 
|---|---|
| String | getDatetime()Get 时间点 | 
| Long | getDeviceActive()Get 激活设备数 | 
| Long | getDeviceOnline()Get 在线设备数 | 
| Long | getDeviceTotal()Get 设备总数 | 
| void | setDatetime(String Datetime)Set 时间点 | 
| void | setDeviceActive(Long DeviceActive)Set 激活设备数 | 
| void | setDeviceOnline(Long DeviceOnline)Set 在线设备数 | 
| void | setDeviceTotal(Long DeviceTotal)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 DeviceStatData()
public DeviceStatData(DeviceStatData source)
public String getDatetime()
public void setDatetime(String Datetime)
Datetime - 时间点public Long getDeviceOnline()
public void setDeviceOnline(Long DeviceOnline)
DeviceOnline - 在线设备数public Long getDeviceActive()
public void setDeviceActive(Long DeviceActive)
DeviceActive - 激活设备数public Long getDeviceTotal()
public void setDeviceTotal(Long DeviceTotal)
DeviceTotal - 设备总数Copyright © 2025. All rights reserved.