Package | Description |
---|---|
com.tencentcloudapi.iotcloud.v20210408.models |
Modifier and Type | Method and Description |
---|---|
DeviceLabel[] |
DeviceInfo.getLabels()
Get Device tags
Note: this field may return `null`, indicating that no valid value is obtained.
|
DeviceLabel[] |
DescribeDeviceResponse.getLabels()
Get Device tags
Note: this field may return `null`, indicating that no valid value is obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
DeviceInfo.setLabels(DeviceLabel[] Labels)
Set Device tags
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
DescribeDeviceResponse.setLabels(DeviceLabel[] Labels)
Set Device tags
Note: this field may return `null`, indicating that no valid value is obtained.
|
Constructor and Description |
---|
DeviceLabel(DeviceLabel 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 © 2023. All rights reserved.