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