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