public class ProcessesDeleteRequestBody extends DataEngineOMASAPIRequestBody
| Constructor and Description |
|---|
ProcessesDeleteRequestBody() |
| 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() |
getExternalSourceName, setExternalSourceNamepublic 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 DataEngineOMASAPIRequestBodyprotected boolean canEqual(Object other)
canEqual in class DataEngineOMASAPIRequestBodypublic int hashCode()
hashCode in class DataEngineOMASAPIRequestBodypublic String toString()
toString in class DataEngineOMASAPIRequestBodyCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.