Package cn.ucloud.pathx.models
Class GetUGA3PriceResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.pathx.models.GetUGA3PriceResponse
-
public class GetUGA3PriceResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetUGA3PriceResponse.UGA3Price
-
Constructor Summary
Constructors Constructor Description GetUGA3PriceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GetUGA3PriceResponse.UGA3Price>getUGA3Price()voidsetUGA3Price(List<GetUGA3PriceResponse.UGA3Price> uga3Price)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getUGA3Price
public List<GetUGA3PriceResponse.UGA3Price> getUGA3Price()
-
setUGA3Price
public void setUGA3Price(List<GetUGA3PriceResponse.UGA3Price> uga3Price)
-
-