Class ProxyConnectionPoolInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cynosdb.v20190107.models.ProxyConnectionPoolInfo
-
public class ProxyConnectionPoolInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetConnectionPoolTimeOut()Get 连接池保持阈值:单位(秒) 注意:此字段可能返回 null,表示取不到有效值。StringgetConnectionPoolType()Get 连接池类型:SessionConnectionPool(会话级别连接池) 注意:此字段可能返回 null,表示取不到有效值。StringgetOpenConnectionPool()Get 是否开启了连接池 注意:此字段可能返回 null,表示取不到有效值。voidsetConnectionPoolTimeOut(Long ConnectionPoolTimeOut)Set 连接池保持阈值:单位(秒) 注意:此字段可能返回 null,表示取不到有效值。voidsetConnectionPoolType(String ConnectionPoolType)Set 连接池类型:SessionConnectionPool(会话级别连接池) 注意:此字段可能返回 null,表示取不到有效值。voidsetOpenConnectionPool(String OpenConnectionPool)Set 是否开启了连接池 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ProxyConnectionPoolInfo
public ProxyConnectionPoolInfo()
-
ProxyConnectionPoolInfo
public 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.
-
-
Method Detail
-
getConnectionPoolTimeOut
public Long getConnectionPoolTimeOut()
Get 连接池保持阈值:单位(秒) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ConnectionPoolTimeOut 连接池保持阈值:单位(秒) 注意:此字段可能返回 null,表示取不到有效值。
-
setConnectionPoolTimeOut
public void setConnectionPoolTimeOut(Long ConnectionPoolTimeOut)
Set 连接池保持阈值:单位(秒) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ConnectionPoolTimeOut- 连接池保持阈值:单位(秒) 注意:此字段可能返回 null,表示取不到有效值。
-
getOpenConnectionPool
public String getOpenConnectionPool()
Get 是否开启了连接池 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OpenConnectionPool 是否开启了连接池 注意:此字段可能返回 null,表示取不到有效值。
-
setOpenConnectionPool
public void setOpenConnectionPool(String OpenConnectionPool)
Set 是否开启了连接池 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OpenConnectionPool- 是否开启了连接池 注意:此字段可能返回 null,表示取不到有效值。
-
getConnectionPoolType
public String getConnectionPoolType()
Get 连接池类型:SessionConnectionPool(会话级别连接池) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ConnectionPoolType 连接池类型:SessionConnectionPool(会话级别连接池) 注意:此字段可能返回 null,表示取不到有效值。
-
setConnectionPoolType
public void setConnectionPoolType(String ConnectionPoolType)
Set 连接池类型:SessionConnectionPool(会话级别连接池) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ConnectionPoolType- 连接池类型:SessionConnectionPool(会话级别连接池) 注意:此字段可能返回 null,表示取不到有效值。
-
-