Class DeleteEvent
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
org.odpi.openmetadata.accessservices.dataengine.event.DeleteEvent
- All Implemented Interfaces:
Serializable
The delete event of Data Engine OMAS.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Return the delete semanticgetGuid()
Return the entity unique identifierReturn the entity qualified nameint
hashCode()
void
setDeleteSemantic
(DeleteSemantic deleteSemantic) Set up the delete semanticvoid
Set up the unique identifier of the entityvoid
setQualifiedName
(String qualifiedName) Set up the qualified name of the entitytoString()
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.event.DataEngineEventHeader
getDataEngineEventType, getExternalSourceName, getUserId, setDataEngineEventType, setExternalSourceName, setUserId
-
Constructor Details
-
DeleteEvent
public DeleteEvent()
-
-
Method Details
-
getQualifiedName
Return the entity qualified name- Returns:
- String - qualified name of the entity
-
getGuid
Return the entity unique identifier- Returns:
- String - unique identifier of the entity
-
getDeleteSemantic
Return the delete semantic- Returns:
- String - unique identifier of the entity
-
setQualifiedName
Set up the qualified name of the entity- Parameters:
qualifiedName
- of the entity
-
setGuid
Set up the unique identifier of the entity- Parameters:
guid
- of the entity
-
setDeleteSemantic
Set up the delete semantic- Parameters:
deleteSemantic
- of the entity
-
equals
- Overrides:
equals
in classDataEngineEventHeader
-
canEqual
- Overrides:
canEqual
in classDataEngineEventHeader
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDataEngineEventHeader
-
toString
- Overrides:
toString
in classDataEngineEventHeader
-