Uses of Class
com.tencentcloudapi.iotcloud.v20210408.models.ProductProperties
-
Packages that use ProductProperties Package Description com.tencentcloudapi.iotcloud.v20210408.models -
-
Uses of ProductProperties in com.tencentcloudapi.iotcloud.v20210408.models
Methods in com.tencentcloudapi.iotcloud.v20210408.models that return ProductProperties Modifier and Type Method Description ProductPropertiesCreateProductRequest. getProductProperties()Get 产品属性ProductPropertiesCreateProductResponse. getProductProperties()Get 产品属性ProductPropertiesDescribeProductResponse. getProductProperties()Get 产品属性ProductPropertiesProductInfo. getProductProperties()Get 产品属性Methods in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type ProductProperties Modifier and Type Method Description voidCreateProductRequest. setProductProperties(ProductProperties ProductProperties)Set 产品属性voidCreateProductResponse. setProductProperties(ProductProperties ProductProperties)Set 产品属性voidDescribeProductResponse. setProductProperties(ProductProperties ProductProperties)Set 产品属性voidProductInfo. setProductProperties(ProductProperties ProductProperties)Set 产品属性Constructors in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type ProductProperties Constructor Description ProductProperties(ProductProperties 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.
-