Class DeleteRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
org.odpi.openmetadata.accessservices.dataengine.rest.DeleteRequestBody
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the delete semanticgetGuid()Return the entity unique identifierReturn the entity qualified nameinthashCode()voidsetDeleteSemantic(DeleteSemantic deleteSemantic) Set up the delete semanticvoidSet up the unique identifier of the entityvoidsetQualifiedName(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:
equalsin classDataEngineOMASAPIRequestBody
-
hashCode
public int hashCode()- Overrides:
hashCodein classDataEngineOMASAPIRequestBody
-
toString
- Overrides:
toStringin classDataEngineOMASAPIRequestBody
-