Uses of Class
com.tencentcloudapi.iotvideo.v20201215.models.DeviceCommLogItem
-
Packages that use DeviceCommLogItem Package Description com.tencentcloudapi.iotvideo.v20201215.models -
-
Uses of DeviceCommLogItem in com.tencentcloudapi.iotvideo.v20201215.models
Methods in com.tencentcloudapi.iotvideo.v20201215.models that return DeviceCommLogItem Modifier and Type Method Description DeviceCommLogItem[]DescribeDeviceCommLogResponse. getResults()Get 日志数据结果数组,返回对应时间点及取值。Methods in com.tencentcloudapi.iotvideo.v20201215.models with parameters of type DeviceCommLogItem Modifier and Type Method Description voidDescribeDeviceCommLogResponse. setResults(DeviceCommLogItem[] Results)Set 日志数据结果数组,返回对应时间点及取值。Constructors in com.tencentcloudapi.iotvideo.v20201215.models with parameters of type DeviceCommLogItem Constructor Description DeviceCommLogItem(DeviceCommLogItem 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.
-