public class DeviceStatData extends AbstractModel
构造器和说明 |
---|
DeviceStatData() |
限定符和类型 | 方法和说明 |
---|---|
String |
getDatetime()
Get 时间点
|
Integer |
getDeviceActive()
Get 激活设备数
|
Integer |
getDeviceOnline()
Get 在线设备数
|
Integer |
getDeviceTotal()
Get 设备总数
|
void |
setDatetime(String Datetime)
Set 时间点
|
void |
setDeviceActive(Integer DeviceActive)
Set 激活设备数
|
void |
setDeviceOnline(Integer DeviceOnline)
Set 在线设备数
|
void |
setDeviceTotal(Integer DeviceTotal)
Set 设备总数
|
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 String getDatetime()
public void setDatetime(String Datetime)
Datetime
- 时间点public Integer getDeviceOnline()
public void setDeviceOnline(Integer DeviceOnline)
DeviceOnline
- 在线设备数public Integer getDeviceActive()
public void setDeviceActive(Integer DeviceActive)
DeviceActive
- 激活设备数public Integer getDeviceTotal()
public void setDeviceTotal(Integer DeviceTotal)
DeviceTotal
- 设备总数Copyright © 2019. All rights reserved.