public class RateLimit extends Object
protected int
limit
remaining
reset
RateLimit(int limit, int remaining, int reset)
RateLimit(org.json.JSONObject data)
int
getLimit()
getRemaining()
getReset()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected int limit
protected int remaining
protected int reset
public RateLimit(int limit, int remaining, int reset)
public RateLimit(org.json.JSONObject data)
public int getLimit()
public int getRemaining()
public int getReset()
Copyright © 2018. All rights reserved.