public static class GatewayResponse.SessionStartLimit extends Object
| Constructor and Description |
|---|
SessionStartLimit() |
| Modifier and Type | Method and Description |
|---|---|
int |
getRemaining() |
long |
getResetAfter() |
int |
getTotal() |
void |
setRemaining(int remaining) |
void |
setResetAfter(long resetAfter) |
void |
setTotal(int total) |
String |
toString() |