Class ExceptUserRule

    • Constructor Detail

      • ExceptUserRule

        public ExceptUserRule()
      • ExceptUserRule

        public ExceptUserRule​(ExceptUserRule 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 规则名称,不可使用中文。
        Returns:
        RuleName 规则名称,不可使用中文。
      • setRuleName

        public void setRuleName​(String RuleName)
        Set 规则名称,不可使用中文。
        Parameters:
        RuleName - 规则名称,不可使用中文。
      • getAction

        public String getAction()
        Get 规则的处置方式,当前仅支持skip:跳过全部托管规则。
        Returns:
        Action 规则的处置方式,当前仅支持skip:跳过全部托管规则。
      • setAction

        public void setAction​(String Action)
        Set 规则的处置方式,当前仅支持skip:跳过全部托管规则。
        Parameters:
        Action - 规则的处置方式,当前仅支持skip:跳过全部托管规则。
      • getRuleStatus

        public String getRuleStatus()
        Get 规则生效状态,取值有:
      • on:生效;
      • off:失效。
Returns:
RuleStatus 规则生效状态,取值有:
  • on:生效;
  • off:失效。
  • Parameters:
    RuleStatus - 规则生效状态,取值有:
  • on:生效;
  • off:失效。