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