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