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