Uses of Class
com.tencentcloudapi.trp.v20210515.models.Product
-
Packages that use Product Package Description com.tencentcloudapi.trp.v20210515.models -
-
Uses of Product in com.tencentcloudapi.trp.v20210515.models
Methods in com.tencentcloudapi.trp.v20210515.models that return Product Modifier and Type Method Description ProductDescribeProductByIdResponse. getProduct()Get 商品信息 注意:此字段可能返回 null,表示取不到有效值。Product[]DescribeProductsResponse. getProducts()Get 商品列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.trp.v20210515.models with parameters of type Product Modifier and Type Method Description voidDescribeProductByIdResponse. setProduct(Product Product)Set 商品信息 注意:此字段可能返回 null,表示取不到有效值。voidDescribeProductsResponse. setProducts(Product[] Products)Set 商品列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.trp.v20210515.models with parameters of type Product Constructor Description Product(Product 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.
-