Class DeleteRequestBody
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.DeleteRequestBody
- All Implemented Interfaces:
Serializable
DeleteRequestBody provides a structure for passing the qualified name of an object to be deleted.
This is used to verify that the right object is being deleted.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructorDeleteRequestBody
(DeleteRequestBody template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Equals method that returns true if containing properties are the same.Returns the stored qualified name property for the metadata entity.int
hashCode()
Return hash code for this objectvoid
setQualifiedName
(String qualifiedName) Set up the fully qualified name.toString()
JSON-style toString.
-
Constructor Details
-
DeleteRequestBody
public DeleteRequestBody()Default constructor -
DeleteRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
setQualifiedName
Set up the fully qualified name.- Parameters:
qualifiedName
- String name
-
getQualifiedName
Returns the stored qualified name property for the metadata entity. If no qualified name is available then the empty string is returned.- Returns:
- qualifiedName
-
toString
JSON-style toString. -
equals
Equals method that returns true if containing properties are the same. -
hashCode
public int hashCode()Return hash code for this object
-