Class RuleEngine

    • Constructor Detail

      • RuleEngine

        public RuleEngine()
      • RuleEngine

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

      • getSwitch

        public String getSwitch()
        Get 规则引擎配置开关,取值有: on:开启 off:关闭
        Returns:
        Switch 规则引擎配置开关,取值有: on:开启 off:关闭
      • setSwitch

        public void setSwitch​(String Switch)
        Set 规则引擎配置开关,取值有: on:开启 off:关闭
        Parameters:
        Switch - 规则引擎配置开关,取值有: on:开启 off:关闭
      • getContent

        public String getContent()
        Get 规则 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Content 规则 注意:此字段可能返回 null,表示取不到有效值。
      • setContent

        public void setContent​(String Content)
        Set 规则 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Content - 规则 注意:此字段可能返回 null,表示取不到有效值。