Class PatternAnyEntityExtractor


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

      • PatternAnyEntityExtractor

        public PatternAnyEntityExtractor()
    • Method Detail

      • id

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

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

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

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

        public Integer typeId()
        Get the typeId value.
        Returns:
        the typeId value
      • withTypeId

        public PatternAnyEntityExtractor withTypeId​(Integer typeId)
        Set the typeId value.
        Parameters:
        typeId - the typeId value to set
        Returns:
        the PatternAnyEntityExtractor object itself.
      • readableType

        public String readableType()
        Get the readableType value.
        Returns:
        the readableType value
      • withReadableType

        public PatternAnyEntityExtractor withReadableType​(String readableType)
        Set the readableType value.
        Parameters:
        readableType - the readableType value to set
        Returns:
        the PatternAnyEntityExtractor object itself.
      • roles

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

        public PatternAnyEntityExtractor withRoles​(List<EntityRole> roles)
        Set the roles value.
        Parameters:
        roles - the roles value to set
        Returns:
        the PatternAnyEntityExtractor object itself.
      • explicitList

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

        public PatternAnyEntityExtractor withExplicitList​(List<ExplicitListItem> explicitList)
        Set the explicitList value.
        Parameters:
        explicitList - the explicitList value to set
        Returns:
        the PatternAnyEntityExtractor object itself.