Uses of Class
com.tencentcloudapi.iotcloud.v20210408.models.BindDeviceInfo
-
Packages that use BindDeviceInfo Package Description com.tencentcloudapi.iotcloud.v20210408.models -
-
Uses of BindDeviceInfo in com.tencentcloudapi.iotcloud.v20210408.models
Methods in com.tencentcloudapi.iotcloud.v20210408.models that return BindDeviceInfo Modifier and Type Method Description BindDeviceInfo[]DescribeGatewayBindDevicesResponse. getDevices()Get 子设备信息Methods in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type BindDeviceInfo Modifier and Type Method Description voidDescribeGatewayBindDevicesResponse. setDevices(BindDeviceInfo[] Devices)Set 子设备信息Constructors in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type BindDeviceInfo Constructor Description BindDeviceInfo(BindDeviceInfo 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.
-