Class ManagedRuleDefinition


  • public final class ManagedRuleDefinition
    extends Object
    Describes a managed rule definition.
    • Constructor Detail

      • ManagedRuleDefinition

        public ManagedRuleDefinition()
    • Method Detail

      • ruleId

        public String ruleId()
        Get the ruleId property: Identifier for the managed rule.
        Returns:
        the ruleId value.
      • description

        public String description()
        Get the description property: Describes the functionality of the managed rule.
        Returns:
        the description value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.