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