Package cn.ucloud.uhost.models
Class GetUHostUpgradePriceResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uhost.models.GetUHostUpgradePriceResponse
-
public class GetUHostUpgradePriceResponse extends Response
-
-
Constructor Summary
Constructors Constructor Description GetUHostUpgradePriceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetOriginalPrice()DoublegetPrice()voidsetOriginalPrice(Double originalPrice)voidsetPrice(Double price)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-