Uses of Class
com.tencentcloudapi.iotcloud.v20180614.models.MultiDevicesInfo
-
Packages that use MultiDevicesInfo Package Description com.tencentcloudapi.iotcloud.v20180614.models -
-
Uses of MultiDevicesInfo in com.tencentcloudapi.iotcloud.v20180614.models
Methods in com.tencentcloudapi.iotcloud.v20180614.models that return MultiDevicesInfo Modifier and Type Method Description MultiDevicesInfo[]DescribeMultiDevicesResponse. getDevicesInfo()Get 设备详细信息列表Methods in com.tencentcloudapi.iotcloud.v20180614.models with parameters of type MultiDevicesInfo Modifier and Type Method Description voidDescribeMultiDevicesResponse. setDevicesInfo(MultiDevicesInfo[] DevicesInfo)Set 设备详细信息列表Constructors in com.tencentcloudapi.iotcloud.v20180614.models with parameters of type MultiDevicesInfo Constructor Description MultiDevicesInfo(MultiDevicesInfo 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.
-