Package cn.ucloud.ucompshare.models
Class GetULHostRenewPriceResponse.ULHostPriceSet
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.ucompshare.models.GetULHostRenewPriceResponse.ULHostPriceSet
-
- Enclosing class:
- GetULHostRenewPriceResponse
public static class GetULHostRenewPriceResponse.ULHostPriceSet extends Response
-
-
Constructor Summary
Constructors Constructor Description ULHostPriceSet()
-
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)
-
-