Class PatternAny


  • public class PatternAny
    extends Object
    Pattern.Any Entity Extractor.
    • Constructor Detail

      • PatternAny

        public PatternAny()
    • Method Detail

      • name

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

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

        public List<String> explicitList()
        Get the explicitList value.
        Returns:
        the explicitList value
      • withExplicitList

        public PatternAny withExplicitList​(List<String> explicitList)
        Set the explicitList value.
        Parameters:
        explicitList - the explicitList value to set
        Returns:
        the PatternAny object itself.
      • roles

        public List<String> roles()
        Get the roles value.
        Returns:
        the roles value
      • withRoles

        public PatternAny withRoles​(List<String> roles)
        Set the roles value.
        Parameters:
        roles - the roles value to set
        Returns:
        the PatternAny object itself.