Uses of Class
com.tencentcloudapi.vpc.v20170312.models.Price
-
Packages that use Price Package Description com.tencentcloudapi.vpc.v20170312.models -
-
Uses of Price in com.tencentcloudapi.vpc.v20170312.models
Methods in com.tencentcloudapi.vpc.v20170312.models that return Price Modifier and Type Method Description PriceInquiryPriceCreateVpnGatewayResponse. getPrice()Get 商品价格。PriceInquiryPriceRenewVpnGatewayResponse. getPrice()Get 商品价格。PriceInquiryPriceResetVpnGatewayInternetMaxBandwidthResponse. getPrice()Get 商品价格。Methods in com.tencentcloudapi.vpc.v20170312.models with parameters of type Price Modifier and Type Method Description voidInquiryPriceCreateVpnGatewayResponse. setPrice(Price Price)Set 商品价格。voidInquiryPriceRenewVpnGatewayResponse. setPrice(Price Price)Set 商品价格。voidInquiryPriceResetVpnGatewayInternetMaxBandwidthResponse. setPrice(Price Price)Set 商品价格。Constructors in com.tencentcloudapi.vpc.v20170312.models with parameters of type Price Constructor Description Price(Price 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.
-