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 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.-
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
- 设备总数
-
-