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 连接池保持阈值:单位(秒)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getConnectionPoolType()
Get 连接池类型:SessionConnectionPool(会话级别连接池)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOpenConnectionPool()
Get 是否开启了连接池
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConnectionPoolTimeOut(Long ConnectionPoolTimeOut)
Set 连接池保持阈值:单位(秒)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConnectionPoolType(String ConnectionPoolType)
Set 连接池类型:SessionConnectionPool(会话级别连接池)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOpenConnectionPool(String OpenConnectionPool)
Set 是否开启了连接池
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public ProxyConnectionPoolInfo()
public ProxyConnectionPoolInfo(ProxyConnectionPoolInfo source)
public Long getConnectionPoolTimeOut()
public void setConnectionPoolTimeOut(Long ConnectionPoolTimeOut)
ConnectionPoolTimeOut
- 连接池保持阈值:单位(秒)
注意:此字段可能返回 null,表示取不到有效值。public String getOpenConnectionPool()
public void setOpenConnectionPool(String OpenConnectionPool)
OpenConnectionPool
- 是否开启了连接池
注意:此字段可能返回 null,表示取不到有效值。public String getConnectionPoolType()
public void setConnectionPoolType(String ConnectionPoolType)
ConnectionPoolType
- 连接池类型:SessionConnectionPool(会话级别连接池)
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.