public class DeleteEvent extends DataEngineEventHeader
| Constructor and Description |
|---|
DeleteEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
DeleteSemantic |
getDeleteSemantic()
Return the delete semantic
|
String |
getGuid()
Return the entity unique identifier
|
String |
getQualifiedName()
Return the entity qualified name
|
int |
hashCode() |
void |
setDeleteSemantic(DeleteSemantic deleteSemantic)
Set up the delete semantic
|
void |
setGuid(String guid)
Set up the unique identifier of the entity
|
void |
setQualifiedName(String qualifiedName)
Set up the qualified name of the entity
|
String |
toString() |
getEventType, getEventVersionId, getExternalSourceName, getUserId, setEventType, setEventVersionId, setExternalSourceName, setUserIdpublic String getQualifiedName()
public String getGuid()
public DeleteSemantic getDeleteSemantic()
public void setQualifiedName(String qualifiedName)
qualifiedName - of the entitypublic void setGuid(String guid)
guid - of the entitypublic void setDeleteSemantic(DeleteSemantic deleteSemantic)
deleteSemantic - of the entitypublic boolean equals(Object o)
equals in class DataEngineEventHeaderprotected boolean canEqual(Object other)
canEqual in class DataEngineEventHeaderpublic int hashCode()
hashCode in class DataEngineEventHeaderpublic String toString()
toString in class DataEngineEventHeaderCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.