public class APIResponse<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
executionTime |
protected T[] |
results |
| Constructor and Description |
|---|
APIResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getExecutionTime() |
T[] |
getResults() |
void |
setExecutionTime(int executionTime) |
void |
setResults(T[] results) |
protected int executionTime
protected T[] results
Copyright © 2014 BillForward. All rights reserved.