public class ProxyGroup extends AbstractModel
Constructor and Description |
---|
ProxyGroup() |
ProxyGroup(ProxyGroup 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.
|
RWInfo |
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(RWInfo 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, toJsonString
public ProxyGroup()
public ProxyGroup(ProxyGroup 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 RWInfo getRWInstInfo()
public void setRWInstInfo(RWInfo RWInstInfo)
RWInstInfo
- Routing information of the proxy
Note: this field may return `null`, indicating that no valid value can be found.Copyright © 2023. All rights reserved.