public class InformationViewOMASAPIResponse extends Object
| Constructor and Description |
|---|
InformationViewOMASAPIResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExceptionClassName() |
String |
getExceptionErrorMessage() |
Map<String,Object> |
getExceptionProperties() |
String |
getExceptionSystemAction() |
String |
getExceptionUserAction() |
int |
getRelatedHTTPCode() |
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() |
public int getRelatedHTTPCode()
public void setRelatedHTTPCode(int relatedHTTPCode)
public String getExceptionClassName()
public void setExceptionClassName(String exceptionClassName)
public String getExceptionErrorMessage()
public void setExceptionErrorMessage(String exceptionErrorMessage)
public String getExceptionSystemAction()
public void setExceptionSystemAction(String exceptionSystemAction)
public String getExceptionUserAction()
public void setExceptionUserAction(String exceptionUserAction)
Copyright © 2018–2020 ODPi. All rights reserved.