public abstract class DataEngineOMASAPIResponse extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Equals method that returns true if containing properties are the same.
|
String |
getExceptionClassName() |
String |
getExceptionErrorMessage() |
Map<String,Object> |
getExceptionProperties() |
String |
getExceptionSystemAction() |
String |
getExceptionUserAction() |
int |
getRelatedHTTPCode() |
int |
hashCode()
Return hash code for this object
|
void |
setExceptionClassName(String exceptionClassName) |
void |
setExceptionErrorMessage(String exceptionErrorMessage) |
void |
setExceptionProperties(Map<String,Object> exceptionProperties) |
void |
setExceptionSystemAction(String exceptionSystemAction) |
void |
setExceptionUserAction(String exceptionUserAction) |
void |
setRelatedHTTPCode(int relatedHTTPCode) |
String |
toString()
JSON-like toString
|
public int getRelatedHTTPCode()
public String getExceptionClassName()
public String getExceptionErrorMessage()
public String getExceptionSystemAction()
public String getExceptionUserAction()
public void setRelatedHTTPCode(int relatedHTTPCode)
public void setExceptionClassName(String exceptionClassName)
public void setExceptionErrorMessage(String exceptionErrorMessage)
public void setExceptionSystemAction(String exceptionSystemAction)
public void setExceptionUserAction(String exceptionUserAction)
public String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2019 ODPi. All rights reserved.