| Package | Description |
|---|---|
| com.tencentcloudapi.iotexplorer.v20190423.models |
| Modifier and Type | Method and Description |
|---|---|
DeviceInfo |
DescribeDeviceResponse.getDevice()
Get 设备信息
|
DeviceInfo[] |
GetDeviceListResponse.getDevices()
Get 返回的设备列表, 注意列表设备的 DevicePsk 为空, 要获取设备的 DevicePsk 请使用 DescribeDevice
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDeviceResponse.setDevice(DeviceInfo Device)
Set 设备信息
|
void |
GetDeviceListResponse.setDevices(DeviceInfo[] Devices)
Set 返回的设备列表, 注意列表设备的 DevicePsk 为空, 要获取设备的 DevicePsk 请使用 DescribeDevice
|
| Constructor and Description |
|---|
DeviceInfo(DeviceInfo 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.
|
Copyright © 2025. All rights reserved.