java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
org.odpi.openmetadata.accessservices.dataengine.event.DeleteEvent
All Implemented Interfaces:
Serializable

public class DeleteEvent extends DataEngineEventHeader
The delete event of Data Engine OMAS.
See Also:
  • Constructor Details

    • DeleteEvent

      public DeleteEvent()
  • Method Details

    • getQualifiedName

      public String getQualifiedName()
      Return the entity qualified name
      Returns:
      String - qualified name of the entity
    • getGuid

      public String getGuid()
      Return the entity unique identifier
      Returns:
      String - unique identifier of the entity
    • getDeleteSemantic

      public DeleteSemantic getDeleteSemantic()
      Return the delete semantic
      Returns:
      String - unique identifier of the entity
    • setQualifiedName

      public void setQualifiedName(String qualifiedName)
      Set up the qualified name of the entity
      Parameters:
      qualifiedName - of the entity
    • setGuid

      public void setGuid(String guid)
      Set up the unique identifier of the entity
      Parameters:
      guid - of the entity
    • setDeleteSemantic

      public void setDeleteSemantic(DeleteSemantic deleteSemantic)
      Set up the delete semantic
      Parameters:
      deleteSemantic - of the entity
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class DataEngineEventHeader
    • canEqual

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class DataEngineEventHeader
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class DataEngineEventHeader
    • toString

      public String toString()
      Overrides:
      toString in class DataEngineEventHeader