Uses of Class
com.tencentcloudapi.iot.v20180123.models.DeviceStatData
-
Packages that use DeviceStatData Package Description com.tencentcloudapi.iot.v20180123.models -
-
Uses of DeviceStatData in com.tencentcloudapi.iot.v20180123.models
Methods in com.tencentcloudapi.iot.v20180123.models that return DeviceStatData Modifier and Type Method Description DeviceStatData[]GetDeviceStatisticsResponse. getDeviceStatistics()Get 统计数据Methods in com.tencentcloudapi.iot.v20180123.models with parameters of type DeviceStatData Modifier and Type Method Description voidGetDeviceStatisticsResponse. setDeviceStatistics(DeviceStatData[] DeviceStatistics)Set 统计数据Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type DeviceStatData Constructor Description 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.
-