Class ConfigValue

    • Constructor Detail

      • ConfigValue

        public ConfigValue()
      • ConfigValue

        public ConfigValue​(ConfigValue 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

      • getConfig

        public String getConfig()
        Get 配置项的名称,支持填写max_user_connections
        Returns:
        Config 配置项的名称,支持填写max_user_connections
      • setConfig

        public void setConfig​(String Config)
        Set 配置项的名称,支持填写max_user_connections
        Parameters:
        Config - 配置项的名称,支持填写max_user_connections
      • getValue

        public String getValue()
        Get 配置值
        Returns:
        Value 配置值
      • setValue

        public void setValue​(String Value)
        Set 配置值
        Parameters:
        Value - 配置值