Uses of Class
com.tencentcloudapi.vpc.v20170312.models.ItemPrice
-
Packages that use ItemPrice Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of ItemPrice in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return ItemPrice Modifier and Type Method Description ItemPricePrice. getBandwidthPrice()Get 带宽价格。ItemPricePrice. getInstancePrice()Get 实例价格。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type ItemPrice Modifier and Type Method Description voidPrice. setBandwidthPrice(ItemPrice BandwidthPrice)Set 带宽价格。voidPrice. setInstancePrice(ItemPrice InstancePrice)Set 实例价格。Constructors in com.tencentcloudapi.vpc.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.
-