Package com.cloudinary.http44.api
Class Response
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap
-
- com.cloudinary.http44.api.Response
-
- All Implemented Interfaces:
com.cloudinary.api.ApiResponse,java.io.Serializable,java.lang.Cloneable,java.util.Map
public class Response extends java.util.HashMap implements com.cloudinary.api.ApiResponse- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Response(org.apache.http.HttpResponse response, java.util.Map result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.cloudinary.api.RateLimitapiRateLimit()org.apache.http.HttpResponsegetRawHttpResponse()java.util.Map<java.lang.String,com.cloudinary.api.RateLimit>rateLimits()-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
getRawHttpResponse
public org.apache.http.HttpResponse getRawHttpResponse()
-
rateLimits
public java.util.Map<java.lang.String,com.cloudinary.api.RateLimit> rateLimits() throws java.text.ParseException- Specified by:
rateLimitsin interfacecom.cloudinary.api.ApiResponse- Throws:
java.text.ParseException
-
apiRateLimit
public com.cloudinary.api.RateLimit apiRateLimit() throws java.text.ParseException- Specified by:
apiRateLimitin interfacecom.cloudinary.api.ApiResponse- Throws:
java.text.ParseException
-
-