Class SaltLocationRule

    • Constructor Detail

      • SaltLocationRule

        public SaltLocationRule()
      • SaltLocationRule

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

      • getRegex

        public String getRegex()
        Get 表达式
        Returns:
        Regex 表达式
      • setRegex

        public void setRegex​(String Regex)
        Set 表达式
        Parameters:
        Regex - 表达式