public class UserThrottleData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REQUEST_LIMIT |
static java.lang.String |
ROOT_ELEMENT_USER_THROTTLE |
static java.lang.String |
USER_ID |
| Constructor and Description |
|---|
UserThrottleData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getRequestLimit() |
java.lang.Long |
getUserId() |
void |
setRequestLimit(java.lang.Integer requestLimit) |
void |
setUserId(java.lang.Long userId) |
public static final java.lang.String ROOT_ELEMENT_USER_THROTTLE
public static final java.lang.String USER_ID
public static final java.lang.String REQUEST_LIMIT