Class CustomRuleResponse


  • public final class CustomRuleResponse
    extends java.lang.Object
    • Method Detail

      • action

        public java.lang.String action()
        Returns:
        Describes what action to be applied when rule matches
      • enabledState

        public java.util.Optional<java.lang.String> enabledState()
        Returns:
        Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
      • matchConditions

        public java.util.List<MatchConditionResponse> matchConditions()
        Returns:
        List of match conditions.
      • name

        public java.lang.String name()
        Returns:
        Defines the name of the custom rule
      • priority

        public java.lang.Integer priority()
        Returns:
        Defines in what order this rule be evaluated in the overall list of custom rules