Class PatternRuleInfo


  • public class PatternRuleInfo
    extends Object
    Pattern rule.
    • Constructor Detail

      • PatternRuleInfo

        public PatternRuleInfo()
    • Method Detail

      • id

        public UUID id()
        Get the id value.
        Returns:
        the id value
      • withId

        public PatternRuleInfo withId​(UUID id)
        Set the id value.
        Parameters:
        id - the id value to set
        Returns:
        the PatternRuleInfo object itself.
      • pattern

        public String pattern()
        Get the pattern value.
        Returns:
        the pattern value
      • withPattern

        public PatternRuleInfo withPattern​(String pattern)
        Set the pattern value.
        Parameters:
        pattern - the pattern value to set
        Returns:
        the PatternRuleInfo object itself.
      • intent

        public String intent()
        Get the intent value.
        Returns:
        the intent value
      • withIntent

        public PatternRuleInfo withIntent​(String intent)
        Set the intent value.
        Parameters:
        intent - the intent value to set
        Returns:
        the PatternRuleInfo object itself.