Uses of Class
com.tencentcloudapi.cr.v20180321.models.ProductQueryInfo
-
Packages that use ProductQueryInfo Package Description com.tencentcloudapi.cr.v20180321.models -
-
Uses of ProductQueryInfo in com.tencentcloudapi.cr.v20180321.models
Methods in com.tencentcloudapi.cr.v20180321.models that return ProductQueryInfo Modifier and Type Method Description ProductQueryInfo[]QueryProductsResponse. getProductList()Get 产品信息。Methods in com.tencentcloudapi.cr.v20180321.models with parameters of type ProductQueryInfo Modifier and Type Method Description voidQueryProductsResponse. setProductList(ProductQueryInfo[] ProductList)Set 产品信息。Constructors in com.tencentcloudapi.cr.v20180321.models with parameters of type ProductQueryInfo Constructor Description ProductQueryInfo(ProductQueryInfo 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.
-