Class DeleteRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
-
- org.odpi.openmetadata.accessservices.dataengine.rest.DeleteRequestBody
-
- All Implemented Interfaces:
Serializable
public class DeleteRequestBody extends DataEngineOMASAPIRequestBody
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteRequestBody()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)DeleteSemanticgetDeleteSemantic()Return the delete semanticStringgetGuid()Return the entity unique identifierStringgetQualifiedName()Return the entity qualified nameinthashCode()voidsetDeleteSemantic(DeleteSemantic deleteSemantic)Set up the delete semanticvoidsetGuid(String guid)Set up the unique identifier of the entityvoidsetQualifiedName(String qualifiedName)Set up the qualified name of the entityStringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
getExternalSourceName, setExternalSourceName
-
-
-
-
Method Detail
-
getGuid
public String getGuid()
Return the entity unique identifier- Returns:
- String - unique identifier of the entity
-
getQualifiedName
public String getQualifiedName()
Return the entity qualified name- Returns:
- String - qualified name of the entity
-
getDeleteSemantic
public DeleteSemantic getDeleteSemantic()
Return the delete semantic- Returns:
- String - unique identifier of the entity
-
setGuid
public void setGuid(String guid)
Set up the unique identifier of the entity- Parameters:
guid- of the entity
-
setQualifiedName
public void setQualifiedName(String qualifiedName)
Set up the qualified name of the entity- Parameters:
qualifiedName- of the entity
-
setDeleteSemantic
public void setDeleteSemantic(DeleteSemantic deleteSemantic)
Set up the delete semantic- Parameters:
deleteSemantic- of the entity
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDataEngineOMASAPIRequestBody
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classDataEngineOMASAPIRequestBody
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDataEngineOMASAPIRequestBody
-
toString
public String toString()
- Overrides:
toStringin classDataEngineOMASAPIRequestBody
-
-