Uses of Class
com.tencentcloudapi.iot.v20180123.models.DeviceLogEntry
-
Packages that use DeviceLogEntry Package Description com.tencentcloudapi.iot.v20180123.models -
-
Uses of DeviceLogEntry in com.tencentcloudapi.iot.v20180123.models
Methods in com.tencentcloudapi.iot.v20180123.models that return DeviceLogEntry Modifier and Type Method Description DeviceLogEntry[]
GetDeviceLogResponse. getDeviceLog()
Get 设备日志Methods in com.tencentcloudapi.iot.v20180123.models with parameters of type DeviceLogEntry Modifier and Type Method Description void
GetDeviceLogResponse. setDeviceLog(DeviceLogEntry[] DeviceLog)
Set 设备日志Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type DeviceLogEntry Constructor Description DeviceLogEntry(DeviceLogEntry 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.
-