public class Response<T> extends Object
Modifier and Type | Method and Description |
---|---|
int |
getResponseCode()
The http response code
|
T |
getResponseData()
The http response data
|
String |
getResponseErrorMessage()
Returns the error message that accompanies the response
|
public T getResponseData()
public int getResponseCode()
public String getResponseErrorMessage()