Uses of Class
com.tencentcloudapi.iotcloud.v20210408.models.UpdateDeviceAvailableStateRequest
-
Packages that use UpdateDeviceAvailableStateRequest Package Description com.tencentcloudapi.iotcloud.v20210408 com.tencentcloudapi.iotcloud.v20210408.models -
-
Uses of UpdateDeviceAvailableStateRequest in com.tencentcloudapi.iotcloud.v20210408
Methods in com.tencentcloudapi.iotcloud.v20210408 with parameters of type UpdateDeviceAvailableStateRequest Modifier and Type Method Description UpdateDeviceAvailableStateResponseIotcloudClient. UpdateDeviceAvailableState(UpdateDeviceAvailableStateRequest req)启用或者禁用设备 -
Uses of UpdateDeviceAvailableStateRequest in com.tencentcloudapi.iotcloud.v20210408.models
Constructors in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type UpdateDeviceAvailableStateRequest Constructor Description UpdateDeviceAvailableStateRequest(UpdateDeviceAvailableStateRequest 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.
-