Uses of Class
com.tencentcloudapi.iotexplorer.v20190423.models.ControlDeviceDataResponse
-
Packages that use ControlDeviceDataResponse Package Description com.tencentcloudapi.iotexplorer.v20190423 com.tencentcloudapi.iotexplorer.v20190423.models -
-
Uses of ControlDeviceDataResponse in com.tencentcloudapi.iotexplorer.v20190423
Methods in com.tencentcloudapi.iotexplorer.v20190423 that return ControlDeviceDataResponse Modifier and Type Method Description ControlDeviceDataResponseIotexplorerClient. ControlDeviceData(ControlDeviceDataRequest req)根据设备产品ID、设备名称,设置控制设备的属性数据。 -
Uses of ControlDeviceDataResponse in com.tencentcloudapi.iotexplorer.v20190423.models
Constructors in com.tencentcloudapi.iotexplorer.v20190423.models with parameters of type ControlDeviceDataResponse Constructor Description ControlDeviceDataResponse(ControlDeviceDataResponse 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.
-