public class DatabaseTableResponse extends SecurityManagerOMASAPIResponse
| Constructor and Description |
|---|
DatabaseTableResponse()
Default constructor
|
DatabaseTableResponse(DatabaseTableResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
DatabaseTableElement |
getElement()
Return the metadata element.
|
int |
hashCode()
Return hash code for this object
|
void |
setElement(DatabaseTableElement element)
Set up the metadata element to return.
|
String |
toString()
JSON-style toString
|
getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic DatabaseTableResponse()
public DatabaseTableResponse(DatabaseTableResponse template)
template - object to copypublic DatabaseTableElement getElement()
public void setElement(DatabaseTableElement element)
element - result objectpublic String toString()
toString in class SecurityManagerOMASAPIResponsepublic boolean equals(Object objectToCompare)
equals in class FFDCResponseBaseobjectToCompare - test objectpublic int hashCode()
hashCode in class FFDCResponseBaseCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.