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