Class DeviceStatData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iot.v20180123.models.DeviceStatData
-
public class DeviceStatData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDatetime()Get 时间点LonggetDeviceActive()Get 激活设备数LonggetDeviceOnline()Get 在线设备数LonggetDeviceTotal()Get 设备总数voidsetDatetime(String Datetime)Set 时间点voidsetDeviceActive(Long DeviceActive)Set 激活设备数voidsetDeviceOnline(Long DeviceOnline)Set 在线设备数voidsetDeviceTotal(Long DeviceTotal)Set 设备总数voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeviceStatData
public DeviceStatData()
-
DeviceStatData
public 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.
-
-
Method Detail
-
getDatetime
public String getDatetime()
Get 时间点- Returns:
- Datetime 时间点
-
setDatetime
public void setDatetime(String Datetime)
Set 时间点- Parameters:
Datetime- 时间点
-
getDeviceOnline
public Long getDeviceOnline()
Get 在线设备数- Returns:
- DeviceOnline 在线设备数
-
setDeviceOnline
public void setDeviceOnline(Long DeviceOnline)
Set 在线设备数- Parameters:
DeviceOnline- 在线设备数
-
getDeviceActive
public Long getDeviceActive()
Get 激活设备数- Returns:
- DeviceActive 激活设备数
-
setDeviceActive
public void setDeviceActive(Long DeviceActive)
Set 激活设备数- Parameters:
DeviceActive- 激活设备数
-
getDeviceTotal
public Long getDeviceTotal()
Get 设备总数- Returns:
- DeviceTotal 设备总数
-
setDeviceTotal
public void setDeviceTotal(Long DeviceTotal)
Set 设备总数- Parameters:
DeviceTotal- 设备总数
-
-