public class ProxyConnectionPoolInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ProxyConnectionPoolInfo()  | 
ProxyConnectionPoolInfo(ProxyConnectionPoolInfo 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 | 
getConnectionPoolTimeOut()
Get Specifies the persistence threshold of the connection pool. 
 | 
String | 
getConnectionPoolType()
Get Specifies the connection pool type. 
 | 
String | 
getOpenConnectionPool()
Get Whether the connection pool is enabled. 
 | 
void | 
setConnectionPoolTimeOut(Long ConnectionPoolTimeOut)
Set Specifies the persistence threshold of the connection pool. 
 | 
void | 
setConnectionPoolType(String ConnectionPoolType)
Set Specifies the connection pool type. 
 | 
void | 
setOpenConnectionPool(String OpenConnectionPool)
Set Whether the connection pool is enabled. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ProxyConnectionPoolInfo()
public ProxyConnectionPoolInfo(ProxyConnectionPoolInfo source)
public Long getConnectionPoolTimeOut()
public void setConnectionPoolTimeOut(Long ConnectionPoolTimeOut)
ConnectionPoolTimeOut - Specifies the persistence threshold of the connection pool. the unit is seconds.public String getOpenConnectionPool()
public void setOpenConnectionPool(String OpenConnectionPool)
OpenConnectionPool - Whether the connection pool is enabled.public String getConnectionPoolType()
public void setConnectionPoolType(String ConnectionPoolType)
ConnectionPoolType - Specifies the connection pool type. valid values: SessionConnectionPool (session-level connection pool).Copyright © 2025. All rights reserved.