Class RuleBriefInfo

    • Constructor Detail

      • RuleBriefInfo

        public RuleBriefInfo()
      • RuleBriefInfo

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

      • getRuleName

        public String getRuleName()
        Get 规则名称 [a-zA-Z\d-\.]*
        Returns:
        RuleName 规则名称 [a-zA-Z\d-\.]*
      • setRuleName

        public void setRuleName​(String RuleName)
        Set 规则名称 [a-zA-Z\d-\.]*
        Parameters:
        RuleName - 规则名称 [a-zA-Z\d-\.]*
      • getMatchCodeList

        public StringKV[] getMatchCodeList()
        Get 关联匹配
        Returns:
        MatchCodeList 关联匹配
      • setMatchCodeList

        public void setMatchCodeList​(StringKV[] MatchCodeList)
        Set 关联匹配
        Parameters:
        MatchCodeList - 关联匹配
      • getCreateTime

        public String getCreateTime()
        Get 创建时间
        Returns:
        CreateTime 创建时间
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 创建时间
        Parameters:
        CreateTime - 创建时间
      • getRuleCode

        public String getRuleCode()
        Get 规则code
        Returns:
        RuleCode 规则code
      • setRuleCode

        public void setRuleCode​(String RuleCode)
        Set 规则code
        Parameters:
        RuleCode - 规则code