Uses of Class
com.tencentcloudapi.iotcloud.v20210408.models.ProductMetadata
-
Packages that use ProductMetadata Package Description com.tencentcloudapi.iotcloud.v20210408.models -
-
Uses of ProductMetadata in com.tencentcloudapi.iotcloud.v20210408.models
Methods in com.tencentcloudapi.iotcloud.v20210408.models that return ProductMetadata Modifier and Type Method Description ProductMetadataDescribeProductResponse. getProductMetadata()Get 产品元数据ProductMetadataProductInfo. getProductMetadata()Get 产品元数据Methods in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type ProductMetadata Modifier and Type Method Description voidDescribeProductResponse. setProductMetadata(ProductMetadata ProductMetadata)Set 产品元数据voidProductInfo. setProductMetadata(ProductMetadata ProductMetadata)Set 产品元数据Constructors in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type ProductMetadata Constructor Description ProductMetadata(ProductMetadata 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.
-