Uses of Class
com.tencentcloudapi.iotcloud.v20180614.models.CreateDeviceResponse
-
Packages that use CreateDeviceResponse Package Description com.tencentcloudapi.iotcloud.v20180614 com.tencentcloudapi.iotcloud.v20180614.models -
-
Uses of CreateDeviceResponse in com.tencentcloudapi.iotcloud.v20180614
Methods in com.tencentcloudapi.iotcloud.v20180614 that return CreateDeviceResponse Modifier and Type Method Description CreateDeviceResponse
IotcloudClient. CreateDevice(CreateDeviceRequest req)
本接口(CreateDevice)用于新建一个物联网通信设备。 -
Uses of CreateDeviceResponse in com.tencentcloudapi.iotcloud.v20180614.models
Constructors in com.tencentcloudapi.iotcloud.v20180614.models with parameters of type CreateDeviceResponse Constructor Description CreateDeviceResponse(CreateDeviceResponse 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.
-