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