Uses of Class
com.tencentcloudapi.cbs.v20170312.models.PrepayPrice
-
Packages that use PrepayPrice Package Description com.tencentcloudapi.cbs.v20170312.models -
-
Uses of PrepayPrice in com.tencentcloudapi.cbs.v20170312.models
Methods in com.tencentcloudapi.cbs.v20170312.models that return PrepayPrice Modifier and Type Method Description PrepayPriceInquiryPriceRenewDisksResponse. getDiskPrice()Get 描述了续费云盘的价格。PrepayPriceInquiryPriceResizeDiskResponse. getDiskPrice()Get 描述了扩容云盘的价格。Methods in com.tencentcloudapi.cbs.v20170312.models with parameters of type PrepayPrice Modifier and Type Method Description voidInquiryPriceRenewDisksResponse. setDiskPrice(PrepayPrice DiskPrice)Set 描述了续费云盘的价格。voidInquiryPriceResizeDiskResponse. setDiskPrice(PrepayPrice DiskPrice)Set 描述了扩容云盘的价格。Constructors in com.tencentcloudapi.cbs.v20170312.models with parameters of type PrepayPrice Constructor Description PrepayPrice(PrepayPrice 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.
-