Uses of Class
com.tencentcloudapi.iotcloud.v20180614.models.DeviceLabel
-
Packages that use DeviceLabel Package Description com.tencentcloudapi.iotcloud.v20180614.models -
-
Uses of DeviceLabel in com.tencentcloudapi.iotcloud.v20180614.models
Methods in com.tencentcloudapi.iotcloud.v20180614.models that return DeviceLabel Modifier and Type Method Description DeviceLabel[]DescribeDeviceResponse. getLabels()Get 设备标签 注意:此字段可能返回 null,表示取不到有效值。DeviceLabel[]DeviceInfo. getLabels()Get 设备标签 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.iotcloud.v20180614.models with parameters of type DeviceLabel Modifier and Type Method Description voidDescribeDeviceResponse. setLabels(DeviceLabel[] Labels)Set 设备标签 注意:此字段可能返回 null,表示取不到有效值。voidDeviceInfo. setLabels(DeviceLabel[] Labels)Set 设备标签 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.iotcloud.v20180614.models with parameters of type DeviceLabel Constructor 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.
-