Uses of Class
com.tencentcloudapi.iotcloud.v20210408.models.ProductInfo
-
Packages that use ProductInfo Package Description com.tencentcloudapi.iotcloud.v20210408.models -
-
Uses of ProductInfo in com.tencentcloudapi.iotcloud.v20210408.models
Methods in com.tencentcloudapi.iotcloud.v20210408.models that return ProductInfo Modifier and Type Method Description ProductInfo[]DescribeProductsResponse. getProducts()Get 产品详细信息列表Methods in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type ProductInfo Modifier and Type Method Description voidDescribeProductsResponse. setProducts(ProductInfo[] Products)Set 产品详细信息列表Constructors in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type ProductInfo Constructor Description ProductInfo(ProductInfo 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.
-