Package cn.ucloud.uphone.models
Class GetUPhoneRenewPriceResponse.UPhonePriceSet
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uphone.models.GetUPhoneRenewPriceResponse.UPhonePriceSet
-
- Enclosing class:
- GetUPhoneRenewPriceResponse
public static class GetUPhoneRenewPriceResponse.UPhonePriceSet extends Response
-
-
Constructor Summary
Constructors Constructor Description UPhonePriceSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChargeType()DoublegetListPrice()DoublegetOriginalPrice()DoublegetPrice()voidsetChargeType(String chargeType)voidsetListPrice(Double listPrice)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)
-
getListPrice
public Double getListPrice()
-
setListPrice
public void setListPrice(Double listPrice)
-
-