Uses of Class
com.tencentcloudapi.iot.v20180123.models.DeviceEntry
-
Packages that use DeviceEntry Package Description com.tencentcloudapi.iot.v20180123.models -
-
Uses of DeviceEntry in com.tencentcloudapi.iot.v20180123.models
Methods in com.tencentcloudapi.iot.v20180123.models that return DeviceEntry Modifier and Type Method Description DeviceEntry[]
GetDevicesResponse. getDevices()
Get 设备列表Methods in com.tencentcloudapi.iot.v20180123.models with parameters of type DeviceEntry Modifier and Type Method Description void
GetDevicesResponse. setDevices(DeviceEntry[] Devices)
Set 设备列表Constructors in com.tencentcloudapi.iot.v20180123.models with parameters of type DeviceEntry Constructor Description DeviceEntry(DeviceEntry 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.
-