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