Class DeleteRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
org.odpi.openmetadata.accessservices.dataengine.rest.DeleteRequestBody
- All Implemented Interfaces:
Serializable
DeleteRequestBody describes the request body used to delete an entity.
- 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.rest.DataEngineOMASAPIRequestBody
getExternalSourceName, setExternalSourceName
-
Constructor Details
-
DeleteRequestBody
public DeleteRequestBody()
-
-
Method Details
-
getGuid
Return the entity unique identifier- Returns:
- String - unique identifier of the entity
-
getQualifiedName
Return the entity qualified name- Returns:
- String - qualified name of the entity
-
getDeleteSemantic
Return the delete semantic- Returns:
- String - unique identifier of the entity
-
setGuid
Set up the unique identifier of the entity- Parameters:
guid
- of the entity
-
setQualifiedName
Set up the qualified name of the entity- Parameters:
qualifiedName
- of the entity
-
setDeleteSemantic
Set up the delete semantic- Parameters:
deleteSemantic
- of the entity
-
equals
- Overrides:
equals
in classDataEngineOMASAPIRequestBody
-
canEqual
- Overrides:
canEqual
in classDataEngineOMASAPIRequestBody
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDataEngineOMASAPIRequestBody
-
toString
- Overrides:
toString
in classDataEngineOMASAPIRequestBody
-