Uses of Class
com.tencentcloudapi.iot.v20180123.models.AddDeviceResponse
-
Packages that use AddDeviceResponse Package Description com.tencentcloudapi.iot.v20180123 com.tencentcloudapi.iot.v20180123.models -
-
Uses of AddDeviceResponse in com.tencentcloudapi.iot.v20180123
Methods in com.tencentcloudapi.iot.v20180123 that return AddDeviceResponse Modifier and Type Method Description AddDeviceResponse
IotClient. AddDevice(AddDeviceRequest req)
提供在指定的产品Id下创建一个设备的能力,生成设备名称与设备秘钥。 -
Uses of AddDeviceResponse in com.tencentcloudapi.iot.v20180123.models
Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type AddDeviceResponse Constructor Description AddDeviceResponse(AddDeviceResponse 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.
-