public class ProcessesDeleteEvent extends DataEngineEventHeader
| Constructor and Description |
|---|
ProcessesDeleteEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
DeleteSemantic |
getDeleteSemantic()
Return the delete semantic
|
List<String> |
getGuids()
Return the list of unique identifiers of the processes
|
List<String> |
getQualifiedNames()
Return the list of qualified names of the processes
|
int |
hashCode() |
void |
setDeleteSemantic(DeleteSemantic deleteSemantic)
Set up the delete semantic
|
void |
setGuids(List<String> guids)
Set up the list of unique identifiers of the processes
|
void |
setQualifiedNames(List<String> qualifiedNames)
Set up the list of qualified names of the processes
|
String |
toString() |
getEventType, getEventVersionId, getExternalSourceName, getUserId, setEventType, setEventVersionId, setExternalSourceName, setUserIdpublic List<String> getQualifiedNames()
public List<String> getGuids()
public DeleteSemantic getDeleteSemantic()
public void setQualifiedNames(List<String> qualifiedNames)
qualifiedNames - list of qualified names of the processespublic void setGuids(List<String> guids)
guids - list of unique identifiers of the processespublic 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.