public class RateLimitStatus extends Object
| Constructor and Description |
|---|
RateLimitStatus(int hourlyLimit,
int remainingHits,
long resetTimeInSeconds) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHourlyLimit() |
int |
getRemainingHits() |
Date |
getResetTime() |
long |
getResetTimeInSeconds() |
int |
getSecondsUntilReset()
The approximate number of seconds until the rate limits are reset.
|
public RateLimitStatus(int hourlyLimit,
int remainingHits,
long resetTimeInSeconds)
public int getHourlyLimit()
public int getRemainingHits()
public long getResetTimeInSeconds()
public Date getResetTime()
public int getSecondsUntilReset()
Copyright © 2013. All Rights Reserved.