public class DelegationReport extends Report implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Map<String,Collection<DelegationEventReport>> |
_delegationEventReports |
static String |
FIELD_DELEGATIONEVENTREPORTS |
static String |
FIELD_FROM |
static String |
FIELD_TO |
Constructor and Description |
---|
DelegationReport() |
Modifier and Type | Method and Description |
---|---|
Map<String,Collection<DelegationEventReport>> |
getDelegationEvents() |
DelegationReport |
safeSetDelegationEvents(Map<String,Collection<DelegationEventReport>> value) |
DelegationReport |
safeSetFrom(Date value) |
DelegationReport |
safeSetTo(Date value) |
DelegationReport |
setDelegationEvents(Map<String,Collection<DelegationEventReport>> value) |
DelegationReport |
setFrom(Date value) |
DelegationReport |
setTo(Date value) |
clean, getDirtyFields, isDirty, setDirty
public static final String FIELD_DELEGATIONEVENTREPORTS
public static final String FIELD_FROM
public static final String FIELD_TO
protected Map<String,Collection<DelegationEventReport>> _delegationEventReports
public DelegationReport setDelegationEvents(Map<String,Collection<DelegationEventReport>> value)
public DelegationReport safeSetDelegationEvents(Map<String,Collection<DelegationEventReport>> value)
public Map<String,Collection<DelegationEventReport>> getDelegationEvents()
public DelegationReport setFrom(Date value)
public DelegationReport safeSetFrom(Date value)
safeSetFrom
in class Report
public DelegationReport setTo(Date value)
public DelegationReport safeSetTo(Date value)
Copyright 2022 OneSpan All rights reserved.