public class Response extends HashMap implements ApiResponse
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Response(org.apache.http.HttpResponse response,
Map result) |
| Modifier and Type | Method and Description |
|---|---|
RateLimit |
apiRateLimit() |
org.apache.http.HttpResponse |
getRawHttpResponse() |
Map<String,RateLimit> |
rateLimits() |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic Response(org.apache.http.HttpResponse response,
Map result)
public org.apache.http.HttpResponse getRawHttpResponse()
public Map<String,RateLimit> rateLimits() throws ParseException
rateLimits in interface ApiResponseParseExceptionpublic RateLimit apiRateLimit() throws ParseException
apiRateLimit in interface ApiResponseParseExceptionCopyright © 2015. All Rights Reserved.