Class EntityModelUpdateObject


  • public class EntityModelUpdateObject
    extends Object
    An entity extractor update object.
    • Constructor Detail

      • EntityModelUpdateObject

        public EntityModelUpdateObject()
    • Method Detail

      • name

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

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

        public String instanceOfProperty()
        Get the instanceOfProperty value.
        Returns:
        the instanceOfProperty value
      • withInstanceOfProperty

        public EntityModelUpdateObject withInstanceOfProperty​(String instanceOfProperty)
        Set the instanceOfProperty value.
        Parameters:
        instanceOfProperty - the instanceOfProperty value to set
        Returns:
        the EntityModelUpdateObject object itself.