public class Response<T>

  1. Object
  2. Response
The http Response class

Methods

public T getResponseData()The http response data
public int getResponseCode()The http response code
public String getResponseErrorMessage()Returns the error message that accompanies the response

Inherited methods

Method details

getResponseData

public T getResponseData()
The http response data

Returns

the data

getResponseCode

public int getResponseCode()
The http response code

Returns

the code

getResponseErrorMessage

public String getResponseErrorMessage()
Returns the error message that accompanies the response

Returns

the response