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