Uses of Class
com.tencentcloudapi.iot.v20180123.models.AppDevice
-
Packages that use AppDevice Package Description com.tencentcloudapi.iot.v20180123.models -
-
Uses of AppDevice in com.tencentcloudapi.iot.v20180123.models
Methods in com.tencentcloudapi.iot.v20180123.models that return AppDevice Modifier and Type Method Description AppDeviceAppSecureAddDeviceResponse. getAppDevice()Get 绑定设备信息AppDeviceAppUpdateDeviceResponse. getAppDevice()Get 设备信息AppDevice[]AppGetDevicesResponse. getDevices()Get 绑定设备列表Methods in com.tencentcloudapi.iot.v20180123.models with parameters of type AppDevice Modifier and Type Method Description voidAppSecureAddDeviceResponse. setAppDevice(AppDevice AppDevice)Set 绑定设备信息voidAppUpdateDeviceResponse. setAppDevice(AppDevice AppDevice)Set 设备信息voidAppGetDevicesResponse. setDevices(AppDevice[] Devices)Set 绑定设备列表Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type AppDevice Constructor Description AppDevice(AppDevice 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.
-