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