Uses of Class
com.tencentcloudapi.iotcloud.v20210408.models.UpdateDeviceLogLevelRequest
-
Packages that use UpdateDeviceLogLevelRequest Package Description com.tencentcloudapi.iotcloud.v20210408 com.tencentcloudapi.iotcloud.v20210408.models -
-
Uses of UpdateDeviceLogLevelRequest in com.tencentcloudapi.iotcloud.v20210408
Methods in com.tencentcloudapi.iotcloud.v20210408 with parameters of type UpdateDeviceLogLevelRequest Modifier and Type Method Description UpdateDeviceLogLevelResponse
IotcloudClient. UpdateDeviceLogLevel(UpdateDeviceLogLevelRequest req)
设置设备上报的日志级别 -
Uses of UpdateDeviceLogLevelRequest in com.tencentcloudapi.iotcloud.v20210408.models
Constructors in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type UpdateDeviceLogLevelRequest Constructor Description UpdateDeviceLogLevelRequest(UpdateDeviceLogLevelRequest 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.
-