| Constructor and Description |
|---|
LASResponse(Class<?> resultClass,
boolean isCollection) |
LASResponse(Class<T> resultClass) |
| Modifier and Type | Method and Description |
|---|---|
String |
getError() |
T |
getResult() |
com.fasterxml.jackson.databind.JavaType |
getResultType() |
void |
setError(String errorMessage) |
void |
setResult(T result) |
boolean |
succeeded() |
public LASResponse(Class<?> resultClass, boolean isCollection)
Copyright © 2015. All rights reserved.