Uses of Class
com.tencentcloudapi.iotcloud.v20180614.models.Attribute
-
Packages that use Attribute Package Description com.tencentcloudapi.iotcloud.v20180614.models -
-
Uses of Attribute in com.tencentcloudapi.iotcloud.v20180614.models
Methods in com.tencentcloudapi.iotcloud.v20180614.models that return Attribute Modifier and Type Method Description AttributeCreateDeviceRequest. getAttribute()Get 设备属性Methods in com.tencentcloudapi.iotcloud.v20180614.models with parameters of type Attribute Modifier and Type Method Description voidCreateDeviceRequest. setAttribute(Attribute Attribute)Set 设备属性Constructors in com.tencentcloudapi.iotcloud.v20180614.models with parameters of type Attribute Constructor Description Attribute(Attribute 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.
-