Class JSONRegexFeature


  • public class JSONRegexFeature
    extends Object
    Exported Model - A Pattern feature.
    • Constructor Detail

      • JSONRegexFeature

        public JSONRegexFeature()
    • Method Detail

      • pattern

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

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

        public Boolean activated()
        Get the activated value.
        Returns:
        the activated value
      • withActivated

        public JSONRegexFeature withActivated​(Boolean activated)
        Set the activated value.
        Parameters:
        activated - the activated value to set
        Returns:
        the JSONRegexFeature object itself.
      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public JSONRegexFeature withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the JSONRegexFeature object itself.