Uses of Class
com.tencentcloudapi.iotcloud.v20180614.models.DeviceProperty
-
Packages that use DeviceProperty Package Description com.tencentcloudapi.iotcloud.v20180614.models -
-
Uses of DeviceProperty in com.tencentcloudapi.iotcloud.v20180614.models
Methods in com.tencentcloudapi.iotcloud.v20180614.models that return DeviceProperty Modifier and Type Method Description DeviceProperty[]DescribeAllDevicesResponse. getDevices()Get 查询的设备列表信息。Methods in com.tencentcloudapi.iotcloud.v20180614.models with parameters of type DeviceProperty Modifier and Type Method Description voidDescribeAllDevicesResponse. setDevices(DeviceProperty[] Devices)Set 查询的设备列表信息。Constructors in com.tencentcloudapi.iotcloud.v20180614.models with parameters of type DeviceProperty Constructor Description DeviceProperty(DeviceProperty 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.
-