public class FilterCriteria extends Object
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
protected String[] |
activityTypes
The set of activities to match.
|
protected Long |
endTime
The highest time of interest, plus 1.
|
protected RegExpCriteria |
entityMatch
The regular expression string to match the entity identifier.
|
protected RegExpCriteria |
resultCodeMatch
The regular expression string to match the resultcode.
|
protected Long |
startTime
The lowest time of interest.
|
Constructor and Description |
---|
FilterCriteria(String[] activityTypes,
Long startTime,
Long endTime,
RegExpCriteria entityMatch,
RegExpCriteria resultCodeMatch)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getActivities()
Get the desired activities criteria.
|
Long |
getEndTime()
Get desired end time criteria.
|
RegExpCriteria |
getEntityMatch()
Get the regular expression to match the entity identifier.
|
RegExpCriteria |
getResultCodeMatch()
Get the regular expression to match the result code.
|
Long |
getStartTime()
Get desired start time criteria.
|
public static final String _rcsid
protected String[] activityTypes
protected Long startTime
protected Long endTime
protected RegExpCriteria entityMatch
protected RegExpCriteria resultCodeMatch
public FilterCriteria(String[] activityTypes, Long startTime, Long endTime, RegExpCriteria entityMatch, RegExpCriteria resultCodeMatch)
public String[] getActivities()
public Long getStartTime()
public Long getEndTime()
public RegExpCriteria getEntityMatch()
public RegExpCriteria getResultCodeMatch()