public class RateLimitResponse extends Object
| Constructor and Description |
|---|
RateLimitResponse()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getRemaining() |
long |
getReset() |
boolean |
isAccepted() |
void |
setAccepted(boolean accepted) |
void |
setRemaining(long remaining) |
void |
setReset(long reset) |
public boolean isAccepted()
public void setAccepted(boolean accepted)
accepted - the accepted to setpublic long getRemaining()
public void setRemaining(long remaining)
remaining - the remaining to setpublic long getReset()
public void setReset(long reset)
reset - the reset to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.