Package cn.ucloud.uhost.models
Class GetUHostRefundPriceResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.uhost.models.GetUHostRefundPriceResponse
-
public class GetUHostRefundPriceResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetUHostRefundPriceResponse.UHostRefundPriceSet
-
Constructor Summary
Constructors Constructor Description GetUHostRefundPriceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GetUHostRefundPriceResponse.UHostRefundPriceSet>getRefundPriceSet()voidsetRefundPriceSet(List<GetUHostRefundPriceResponse.UHostRefundPriceSet> refundPriceSet)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getRefundPriceSet
public List<GetUHostRefundPriceResponse.UHostRefundPriceSet> getRefundPriceSet()
-
setRefundPriceSet
public void setRefundPriceSet(List<GetUHostRefundPriceResponse.UHostRefundPriceSet> refundPriceSet)
-
-