Uses of Class
com.tencentcloudapi.iotcloud.v20210408.models.BindProductInfo
-
Packages that use BindProductInfo Package Description com.tencentcloudapi.iotcloud.v20210408.models -
-
Uses of BindProductInfo in com.tencentcloudapi.iotcloud.v20210408.models
Methods in com.tencentcloudapi.iotcloud.v20210408.models that return BindProductInfo Modifier and Type Method Description BindProductInfo[]DescribePrivateCABindedProductsResponse. getProducts()Get 私有CA绑定的产品列表Methods in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type BindProductInfo Modifier and Type Method Description voidDescribePrivateCABindedProductsResponse. setProducts(BindProductInfo[] Products)Set 私有CA绑定的产品列表Constructors in com.tencentcloudapi.iotcloud.v20210408.models with parameters of type BindProductInfo Constructor Description BindProductInfo(BindProductInfo 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.
-