Class DeleteEvent
- 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)DeleteSemanticgetDeleteSemantic()Return the delete semanticStringgetGuid()Return the entity unique identifierStringgetQualifiedName()Return the entity qualified nameinthashCode()voidsetDeleteSemantic(DeleteSemantic deleteSemantic)Set up the delete semanticvoidsetGuid(String guid)Set up the unique identifier of the entityvoidsetQualifiedName(String qualifiedName)Set up the qualified name of the entityStringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
getDataEngineEventType, getExternalSourceName, getUserId, setDataEngineEventType, setExternalSourceName, setUserId
-
-
-
-
Method Detail
-
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:
equalsin classDataEngineEventHeader
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classDataEngineEventHeader
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDataEngineEventHeader
-
toString
public String toString()
- Overrides:
toStringin classDataEngineEventHeader
-
-