public class RateLimit extends Object implements Serializable
public RateLimit()
public RateLimit(Integer limit, Integer remaining, Date reset)
limit
- the number of requests that can be made per hourremaining
- the number of requests that remain before you hit your request limitreset
- this represents the time when the oldest request will expire
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva blog has license information.