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