Package cn.ucloud.ipsecvpn.models
Class GetVPNGatewayPriceResponse.VPNGatewayPriceSet
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.ipsecvpn.models.GetVPNGatewayPriceResponse.VPNGatewayPriceSet
-
- Enclosing class:
- GetVPNGatewayPriceResponse
public static class GetVPNGatewayPriceResponse.VPNGatewayPriceSet extends Response
-
-
Constructor Summary
Constructors Constructor Description VPNGatewayPriceSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChargeType()DoublegetPrice()IntegergetPurchaseValue()voidsetChargeType(String chargeType)voidsetPrice(Double price)voidsetPurchaseValue(Integer purchaseValue)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getChargeType
public String getChargeType()
-
setChargeType
public void setChargeType(String chargeType)
-
getPrice
public Double getPrice()
-
setPrice
public void setPrice(Double price)
-
getPurchaseValue
public Integer getPurchaseValue()
-
setPurchaseValue
public void setPurchaseValue(Integer purchaseValue)
-
-