public class RateLimit
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
limit |
protected int |
remaining |
protected int |
reset |
Constructor and Description |
---|
RateLimit(int limit,
int remaining,
int reset) |
RateLimit(org.json.JSONObject data) |
Modifier and Type | Method and Description |
---|---|
int |
getLimit() |
int |
getRemaining() |
int |
getReset() |