public class Quota extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
_cycle |
protected Integer |
_limit |
protected String |
_scope |
protected String |
_target |
static String |
FIELD_CYCLE |
static String |
FIELD_LIMIT |
static String |
FIELD_SCOPE |
static String |
FIELD_TARGET |
| Constructor and Description |
|---|
Quota() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCycle() |
Integer |
getLimit() |
String |
getScope() |
String |
getTarget() |
Quota |
safeSetCycle(String value) |
Quota |
safeSetLimit(Integer value) |
Quota |
safeSetScope(String value) |
Quota |
safeSetTarget(String value) |
Quota |
setCycle(String value) |
Quota |
setLimit(Integer value) |
Quota |
setScope(String value) |
Quota |
setTarget(String value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_CYCLE
public static final String FIELD_LIMIT
public static final String FIELD_SCOPE
public static final String FIELD_TARGET
protected String _cycle
protected Integer _limit
protected String _scope
protected String _target
Copyright 2022 OneSpan All rights reserved.