public class FilterCriteria
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_rcsid |
protected java.lang.String[] |
activityTypes
The set of activities to match.
|
protected java.lang.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 java.lang.Long |
startTime
The lowest time of interest.
|
| Constructor and Description |
|---|
FilterCriteria(java.lang.String[] activityTypes,
java.lang.Long startTime,
java.lang.Long endTime,
RegExpCriteria entityMatch,
RegExpCriteria resultCodeMatch)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getActivities()
Get the desired activities criteria.
|
java.lang.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.
|
java.lang.Long |
getStartTime()
Get desired start time criteria.
|
public static final java.lang.String _rcsid
protected java.lang.String[] activityTypes
protected java.lang.Long startTime
protected java.lang.Long endTime
protected RegExpCriteria entityMatch
protected RegExpCriteria resultCodeMatch
public FilterCriteria(java.lang.String[] activityTypes,
java.lang.Long startTime,
java.lang.Long endTime,
RegExpCriteria entityMatch,
RegExpCriteria resultCodeMatch)
public java.lang.String[] getActivities()
public java.lang.Long getStartTime()
public java.lang.Long getEndTime()
public RegExpCriteria getEntityMatch()
public RegExpCriteria getResultCodeMatch()