public class DeleteRequestBody extends ODFOMASAPIRequestBody
| Constructor and Description |
|---|
DeleteRequestBody()
Default constructor
|
DeleteRequestBody(DeleteRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
String |
getQualifiedName()
Returns the stored qualified name property for the metadata entity.
|
int |
hashCode()
Return hash code for this object
|
void |
setQualifiedName(String qualifiedName)
Set up the fully qualified name.
|
String |
toString()
JSON-style toString.
|
public DeleteRequestBody()
public DeleteRequestBody(DeleteRequestBody template)
template - object to copypublic void setQualifiedName(String qualifiedName)
qualifiedName - String namepublic String getQualifiedName()
public String toString()
toString in class ODFOMASAPIRequestBodypublic boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.