public class BaseController.Result extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
detail |
protected String |
message |
protected String |
status |
protected Throwable |
throwable |
Constructor and Description |
---|
Result(String status,
String message) |
Result(String status,
String message,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
void |
addElement(Element element) |
String |
getDetail() |
ArrayList<Element> |
getElements() |
String |
getMessage() |
String |
getStatus() |
Throwable |
getThrowable() |
String |
getThrowableAsString(String encoding) |
void |
setDetail(String detail) |
protected String status
protected String message
protected String detail
protected Throwable throwable
Copyright © 2020 Visiativ Software. All rights reserved.