Package cn.ucloud.umem.models
Class DescribeUMemPriceResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.umem.models.DescribeUMemPriceResponse
-
public class DescribeUMemPriceResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescribeUMemPriceResponse.UMemPriceSet
-
Constructor Summary
Constructors Constructor Description DescribeUMemPriceResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DescribeUMemPriceResponse.UMemPriceSet>getDataSet()voidsetDataSet(List<DescribeUMemPriceResponse.UMemPriceSet> dataSet)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getDataSet
public List<DescribeUMemPriceResponse.UMemPriceSet> getDataSet()
-
setDataSet
public void setDataSet(List<DescribeUMemPriceResponse.UMemPriceSet> dataSet)
-
-