public class Callback extends Model implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
_events |
protected String |
_key |
protected String |
_url |
static String |
FIELD_EVENTS |
static String |
FIELD_KEY |
static String |
FIELD_URL |
| Constructor and Description |
|---|
Callback() |
| Modifier and Type | Method and Description |
|---|---|
Callback |
addEvent(String value) |
List<String> |
getEvents() |
String |
getKey() |
String |
getUrl() |
Callback |
safeSetEvents(List<String> value) |
Callback |
safeSetKey(String value) |
Callback |
safeSetUrl(String value) |
Callback |
setEvents(List<String> value) |
Callback |
setKey(String value) |
Callback |
setUrl(String value) |
clean, getDirtyFields, isDirty, setDirtypublic static final String FIELD_EVENTS
public static final String FIELD_KEY
public static final String FIELD_URL
protected String _key
protected String _url
Copyright 2022 OneSpan All rights reserved.