Uses of Class
com.tencentcloudapi.batch.v20170312.models.ItemPrice
-
Packages that use ItemPrice Package Description com.tencentcloudapi.batch.v20170312.models -
-
Uses of ItemPrice in com.tencentcloudapi.batch.v20170312.models
Methods in com.tencentcloudapi.batch.v20170312.models that return ItemPrice Modifier and Type Method Description ItemPriceInstanceTypeQuotaItem. getPrice()Get 实例的售卖价格。Methods in com.tencentcloudapi.batch.v20170312.models with parameters of type ItemPrice Modifier and Type Method Description voidInstanceTypeQuotaItem. setPrice(ItemPrice Price)Set 实例的售卖价格。Constructors in com.tencentcloudapi.batch.v20170312.models with parameters of type ItemPrice Constructor Description ItemPrice(ItemPrice 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.
-