Class PatternRuleCreateObject


  • public class PatternRuleCreateObject
    extends Object
    Object model for creating a pattern.
    • Constructor Detail

      • PatternRuleCreateObject

        public PatternRuleCreateObject()
    • Method Detail

      • pattern

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

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

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

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