Class ModifyCdbProxyParamRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdb.v20170320.models.ModifyCdbProxyParamRequest
-
public class ModifyCdbProxyParamRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyCdbProxyParamRequest()
ModifyCdbProxyParamRequest(ModifyCdbProxyParamRequest 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 Long
getConnectionPoolLimit()
Get 连接池阈值String
getInstanceId()
Get 实例IDString
getProxyGroupId()
Get 代理组IDvoid
setConnectionPoolLimit(Long ConnectionPoolLimit)
Set 连接池阈值void
setInstanceId(String InstanceId)
Set 实例IDvoid
setProxyGroupId(String ProxyGroupId)
Set 代理组IDvoid
toMap(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
-
ModifyCdbProxyParamRequest
public ModifyCdbProxyParamRequest()
-
ModifyCdbProxyParamRequest
public ModifyCdbProxyParamRequest(ModifyCdbProxyParamRequest 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
-
getInstanceId
public String getInstanceId()
Get 实例ID- Returns:
- InstanceId 实例ID
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例ID- Parameters:
InstanceId
- 实例ID
-
getProxyGroupId
public String getProxyGroupId()
Get 代理组ID- Returns:
- ProxyGroupId 代理组ID
-
setProxyGroupId
public void setProxyGroupId(String ProxyGroupId)
Set 代理组ID- Parameters:
ProxyGroupId
- 代理组ID
-
getConnectionPoolLimit
public Long getConnectionPoolLimit()
Get 连接池阈值- Returns:
- ConnectionPoolLimit 连接池阈值
-
setConnectionPoolLimit
public void setConnectionPoolLimit(Long ConnectionPoolLimit)
Set 连接池阈值- Parameters:
ConnectionPoolLimit
- 连接池阈值
-
-