Uses of Class
com.tencentcloudapi.iot.v20180123.models.GetDeviceLogRequest
-
Packages that use GetDeviceLogRequest Package Description com.tencentcloudapi.iot.v20180123 com.tencentcloudapi.iot.v20180123.models -
-
Uses of GetDeviceLogRequest in com.tencentcloudapi.iot.v20180123
Methods in com.tencentcloudapi.iot.v20180123 with parameters of type GetDeviceLogRequest Modifier and Type Method Description GetDeviceLogResponse
IotClient. GetDeviceLog(GetDeviceLogRequest req)
批量获取设备与云端的详细通信日志,该接口适用于使用高级版类型的产品。 -
Uses of GetDeviceLogRequest in com.tencentcloudapi.iot.v20180123.models
Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type GetDeviceLogRequest Constructor Description GetDeviceLogRequest(GetDeviceLogRequest 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.
-