public class ProxyGroups extends AbstractModel
| Constructor and Description | 
|---|
ProxyGroups()  | 
ProxyGroups(ProxyGroups source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Address[] | 
getAddress()
Get Address information of the proxy
Note: this field may return `null`, indicating that no valid value can be found. 
 | 
BaseGroupInfo | 
getBaseGroup()
Get Basic information of the proxy
Note: this field may return `null`, indicating that no valid value can be found. 
 | 
ConnectionPoolInfo | 
getConnectionPoolInfo()
Get Connection pool information of the proxy
Note: this field may return `null`, indicating that no valid value can be found. 
 | 
ProxyNodeInfo[] | 
getProxyNode()
Get Node information of the proxy
Note: this field may return `null`, indicating that no valid value can be found. 
 | 
RWInfos | 
getRWInstInfo()
Get Routing information of the proxy
Note: this field may return `null`, indicating that no valid value can be found. 
 | 
void | 
setAddress(Address[] Address)
Set Address information of the proxy
Note: this field may return `null`, indicating that no valid value can be found. 
 | 
void | 
setBaseGroup(BaseGroupInfo BaseGroup)
Set Basic information of the proxy
Note: this field may return `null`, indicating that no valid value can be found. 
 | 
void | 
setConnectionPoolInfo(ConnectionPoolInfo ConnectionPoolInfo)
Set Connection pool information of the proxy
Note: this field may return `null`, indicating that no valid value can be found. 
 | 
void | 
setProxyNode(ProxyNodeInfo[] ProxyNode)
Set Node information of the proxy
Note: this field may return `null`, indicating that no valid value can be found. 
 | 
void | 
setRWInstInfo(RWInfos RWInstInfo)
Set Routing information of the proxy
Note: this field may return `null`, indicating that no valid value can be found. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ProxyGroups()
public ProxyGroups(ProxyGroups source)
public BaseGroupInfo getBaseGroup()
public void setBaseGroup(BaseGroupInfo BaseGroup)
BaseGroup - Basic information of the proxy
Note: this field may return `null`, indicating that no valid value can be found.public Address[] getAddress()
public void setAddress(Address[] Address)
Address - Address information of the proxy
Note: this field may return `null`, indicating that no valid value can be found.public ConnectionPoolInfo getConnectionPoolInfo()
public void setConnectionPoolInfo(ConnectionPoolInfo ConnectionPoolInfo)
ConnectionPoolInfo - Connection pool information of the proxy
Note: this field may return `null`, indicating that no valid value can be found.public ProxyNodeInfo[] getProxyNode()
public void setProxyNode(ProxyNodeInfo[] ProxyNode)
ProxyNode - Node information of the proxy
Note: this field may return `null`, indicating that no valid value can be found.public RWInfos getRWInstInfo()
public void setRWInstInfo(RWInfos RWInstInfo)
RWInstInfo - Routing information of the proxy
Note: this field may return `null`, indicating that no valid value can be found.Copyright © 2022. All rights reserved.