Package cn.ucloud.uhost.models
Class GetUHostRenewPriceResponse.BasePriceSet
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uhost.models.GetUHostRenewPriceResponse.BasePriceSet
-
- Enclosing class:
- GetUHostRenewPriceResponse
public static class GetUHostRenewPriceResponse.BasePriceSet extends Response
-
-
Constructor Summary
Constructors Constructor Description BasePriceSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChargeType()DoublegetOriginalPrice()DoublegetPrice()voidsetChargeType(String chargeType)voidsetOriginalPrice(Double originalPrice)voidsetPrice(Double price)-
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)
-
getOriginalPrice
public Double getOriginalPrice()
-
setOriginalPrice
public void setOriginalPrice(Double originalPrice)
-
-