public class DeleteRequestBody extends DataEngineOMASAPIRequestBody
| Constructor and Description |
|---|
DeleteRequestBody() |
| 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() |
getExternalSourceName, setExternalSourceNamepublic String getGuid()
public String getQualifiedName()
public DeleteSemantic getDeleteSemantic()
public void setGuid(String guid)
guid - of the entitypublic void setQualifiedName(String qualifiedName)
qualifiedName - of the entitypublic 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.