public static class HttpClient.Response<T>
extends java.lang.Object
| Constructor and Description |
|---|
Response() |
| Modifier and Type | Method and Description |
|---|---|
T |
getObject() |
int |
getStatus() |
void |
setObject(T object) |
void |
setStatus(int status) |