Package cn.ucloud.udbproxy.models
Class ListUDBProxyClientResponse.NodeClientInfo
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.udbproxy.models.ListUDBProxyClientResponse.NodeClientInfo
-
- Enclosing class:
- ListUDBProxyClientResponse
public static class ListUDBProxyClientResponse.NodeClientInfo extends Response
-
-
Constructor Summary
Constructors Constructor Description NodeClientInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetID()StringgetIP()List<ListUDBProxyClientResponse.ClientInfo>getRecords()voidsetID(String id)voidsetIP(String ip)voidsetRecords(List<ListUDBProxyClientResponse.ClientInfo> records)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getRecords
public List<ListUDBProxyClientResponse.ClientInfo> getRecords()
-
setRecords
public void setRecords(List<ListUDBProxyClientResponse.ClientInfo> records)
-
getID
public String getID()
-
setID
public void setID(String id)
-
getIP
public String getIP()
-
setIP
public void setIP(String ip)
-
-