public class MatrixResponse extends Object
| Constructor and Description |
|---|
MatrixResponse() |
MatrixResponse(int fromCap,
int toCap) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(GHMResponse rsp) |
MatrixResponse |
addError(Throwable error) |
MatrixResponse |
addErrors(Collection<Throwable> errorList) |
GHMResponse |
get(int from,
int to) |
String |
getDebugInfo() |
List<Throwable> |
getErrors() |
boolean |
hasErrors() |
void |
newFromList()
This method creates a new from list and needs to be called everytime a
new result for the 'from' points is created.
|
MatrixResponse |
setDebugInfo(String debugInfo) |
String |
toString() |
public MatrixResponse()
public MatrixResponse(int fromCap,
int toCap)
public void add(GHMResponse rsp)
public void newFromList()
public GHMResponse get(int from, int to)
public String getDebugInfo()
public MatrixResponse setDebugInfo(String debugInfo)
public boolean hasErrors()
public MatrixResponse addError(Throwable error)
public MatrixResponse addErrors(Collection<Throwable> errorList)
Copyright © 2016. All rights reserved.