Package cn.ucloud.udbproxy.models
Class ListUDBProxyClientResponse
- java.lang.Object
-
- cn.ucloud.common.response.Response
-
- cn.ucloud.udbproxy.models.ListUDBProxyClientResponse
-
public class ListUDBProxyClientResponse extends Response
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListUDBProxyClientResponse.ClientInfostatic classListUDBProxyClientResponse.NodeClientInfo
-
Constructor Summary
Constructors Constructor Description ListUDBProxyClientResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ListUDBProxyClientResponse.NodeClientInfo>getNodeClientInfos()StringgetUDBProxyID()voidsetNodeClientInfos(List<ListUDBProxyClientResponse.NodeClientInfo> nodeClientInfos)voidsetUDBProxyID(String udbProxyID)-
Methods inherited from class cn.ucloud.common.response.Response
getAction, getMessage, getRequestId, getRetCode, setAction, setMessage, setRequestId, setRetCode
-
-
-
-
Method Detail
-
getUDBProxyID
public String getUDBProxyID()
-
setUDBProxyID
public void setUDBProxyID(String udbProxyID)
-
getNodeClientInfos
public List<ListUDBProxyClientResponse.NodeClientInfo> getNodeClientInfos()
-
setNodeClientInfos
public void setNodeClientInfos(List<ListUDBProxyClientResponse.NodeClientInfo> nodeClientInfos)
-
-