Class ModifyCdbProxyParamRequest

    • 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 - 连接池阈值