public class DeviceStatData extends AbstractModel
构造器和说明 |
---|
DeviceStatData() |
限定符和类型 | 方法和说明 |
---|---|
String |
getDatetime()
获取时间点
|
Integer |
getDeviceActive()
获取激活设备数
|
Integer |
getDeviceOnline()
获取在线设备数
|
Integer |
getDeviceTotal()
获取设备总数
|
void |
setDatetime(String Datetime)
设置时间点
|
void |
setDeviceActive(Integer DeviceActive)
设置激活设备数
|
void |
setDeviceOnline(Integer DeviceOnline)
设置在线设备数
|
void |
setDeviceTotal(Integer DeviceTotal)
设置设备总数
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
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.