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
Copyright © myjeeva blog, All rights reserved.
The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons – Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). Libraries and code snippets on myjeeva blog has license information.