Package cn.ucloud.uphone.models
Class GetUPhoneShareBandwidthUpgradePriceResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uphone.models.GetUPhoneShareBandwidthUpgradePriceResponse
-
public class GetUPhoneShareBandwidthUpgradePriceResponse extends Response
-
-
Constructor Summary
Constructors Constructor Description GetUPhoneShareBandwidthUpgradePriceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetListPrice()DoublegetOriginalPrice()DoublegetPrice()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
-
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)
-
-