public class DescribeProxySupportParamResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeProxySupportParamResponse() |
DescribeProxySupportParamResponse(DescribeProxySupportParamResponse 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 |
---|---|
Long |
getPoolMax()
Get Maximum connections in the connection pool Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getPoolMin()
Get Minimum connections in the connection pool Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getProxyVersion()
Get The supported maximum proxy version Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Boolean |
getSupportPool()
Get Whether to support the connection pool Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSupportPoolMinVersion()
Get Minimum proxy version supporting connection pool Note: This field may return null, indicating that no valid values can be obtained.
|
Boolean |
getSupportReadOnly()
Get Whether read-only mode is supported Note: This field may return null, indicating that no valid values can be obtained.
|
Boolean |
getSupportTransSplit()
Get Whether to support transaction splitting Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSupportTransSplitMinVersion()
Get Minimum proxy version supporting transaction splitting Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPoolMax(Long PoolMax)
Set Maximum connections in the connection pool Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPoolMin(Long PoolMin)
Set Minimum connections in the connection pool Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setProxyVersion(String ProxyVersion)
Set The supported maximum proxy version Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSupportPool(Boolean SupportPool)
Set Whether to support the connection pool Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSupportPoolMinVersion(String SupportPoolMinVersion)
Set Minimum proxy version supporting connection pool Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSupportReadOnly(Boolean SupportReadOnly)
Set Whether read-only mode is supported Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSupportTransSplit(Boolean SupportTransSplit)
Set Whether to support transaction splitting Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSupportTransSplitMinVersion(String SupportTransSplitMinVersion)
Set Minimum proxy version supporting transaction splitting Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeProxySupportParamResponse()
public DescribeProxySupportParamResponse(DescribeProxySupportParamResponse source)
public String getProxyVersion()
public void setProxyVersion(String ProxyVersion)
ProxyVersion
- The supported maximum proxy version Note: This field may return null, indicating that no valid values can be obtained.public Boolean getSupportPool()
public void setSupportPool(Boolean SupportPool)
SupportPool
- Whether to support the connection pool Note: This field may return null, indicating that no valid values can be obtained.public Long getPoolMin()
public void setPoolMin(Long PoolMin)
PoolMin
- Minimum connections in the connection pool Note: This field may return null, indicating that no valid values can be obtained.public Long getPoolMax()
public void setPoolMax(Long PoolMax)
PoolMax
- Maximum connections in the connection pool Note: This field may return null, indicating that no valid values can be obtained.public Boolean getSupportTransSplit()
public void setSupportTransSplit(Boolean SupportTransSplit)
SupportTransSplit
- Whether to support transaction splitting Note: This field may return null, indicating that no valid values can be obtained.public String getSupportPoolMinVersion()
public void setSupportPoolMinVersion(String SupportPoolMinVersion)
SupportPoolMinVersion
- Minimum proxy version supporting connection pool Note: This field may return null, indicating that no valid values can be obtained.public String getSupportTransSplitMinVersion()
public void setSupportTransSplitMinVersion(String SupportTransSplitMinVersion)
SupportTransSplitMinVersion
- Minimum proxy version supporting transaction splitting Note: This field may return null, indicating that no valid values can be obtained.public Boolean getSupportReadOnly()
public void setSupportReadOnly(Boolean SupportReadOnly)
SupportReadOnly
- Whether read-only mode is supported Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.