Uses of Class
com.tencentcloudapi.cvm.v20170312.models.ItemPrice
-
Packages that use ItemPrice Package Description com.tencentcloudapi.cvm.v20170312.models -
-
Uses of ItemPrice in com.tencentcloudapi.cvm.v20170312.models
Methods in com.tencentcloudapi.cvm.v20170312.models that return ItemPrice Modifier and Type Method Description ItemPricePrice. getBandwidthPrice()Get 描述了网络价格。ItemPriceHostPriceInfo. getHostPrice()Get 描述了cdh实例相关的价格信息ItemPricePrice. getInstancePrice()Get 描述了实例价格。ItemPriceInstanceTypeQuotaItem. getPrice()Get 实例的售卖价格。Methods in com.tencentcloudapi.cvm.v20170312.models with parameters of type ItemPrice Modifier and Type Method Description voidPrice. setBandwidthPrice(ItemPrice BandwidthPrice)Set 描述了网络价格。voidHostPriceInfo. setHostPrice(ItemPrice HostPrice)Set 描述了cdh实例相关的价格信息voidPrice. setInstancePrice(ItemPrice InstancePrice)Set 描述了实例价格。voidInstanceTypeQuotaItem. setPrice(ItemPrice Price)Set 实例的售卖价格。Constructors in com.tencentcloudapi.cvm.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.
-