Uses of Class
com.tencentcloudapi.iot.v20180123.models.AppSecureAddDeviceResponse
-
Packages that use AppSecureAddDeviceResponse Package Description com.tencentcloudapi.iot.v20180123 com.tencentcloudapi.iot.v20180123.models -
-
Uses of AppSecureAddDeviceResponse in com.tencentcloudapi.iot.v20180123
Methods in com.tencentcloudapi.iot.v20180123 that return AppSecureAddDeviceResponse Modifier and Type Method Description AppSecureAddDeviceResponse
IotClient. AppSecureAddDevice(AppSecureAddDeviceRequest req)
用户绑定设备,绑定后可以在APP端进行控制。绑定设备前需调用“获取设备绑定签名”接口 -
Uses of AppSecureAddDeviceResponse in com.tencentcloudapi.iot.v20180123.models
Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type AppSecureAddDeviceResponse Constructor Description AppSecureAddDeviceResponse(AppSecureAddDeviceResponse 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.
-