java.lang.Object | |
↳ | com.urbanairship.http.Response |
Model object containing response information from a request.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | Response.Builder | Builds a Request Response. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long |
getLastModifiedTime()
Gets the last modified header value in milliseconds.
| ||||||||||
String |
getResponseBody()
Returns the response body.
| ||||||||||
Map<String, List<String>> |
getResponseHeaders()
Returns the response headers.
| ||||||||||
int |
getStatus()
Returns the response status code.
| ||||||||||
String |
toString()
The Response as a string.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the last modified header value in milliseconds.
Returns the response headers.
Returns the response status code.