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