Package cn.ucloud.uphost.models
Class GetPHostPriceResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uphost.models.GetPHostPriceResponse
-
public class GetPHostPriceResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetPHostPriceResponse.PHostPriceSet
-
Constructor Summary
Constructors Constructor Description GetPHostPriceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GetPHostPriceResponse.PHostPriceSet>getPriceSet()voidsetPriceSet(List<GetPHostPriceResponse.PHostPriceSet> priceSet)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getPriceSet
public List<GetPHostPriceResponse.PHostPriceSet> getPriceSet()
-
setPriceSet
public void setPriceSet(List<GetPHostPriceResponse.PHostPriceSet> priceSet)
-
-