org.opennms.web.event
Class EventQueryParms
java.lang.Object
org.opennms.web.event.EventQueryParms
public class EventQueryParms
- extends Object
Convenience data structure for holding the arguments to an event query.
- Author:
- Lawrence Karnowski , OpenNMS
|
Method Summary |
Filter[] |
getFilters()
Convert the internal (and useful) ArrayList filters object into an array
of Filter instances. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sortStyle
public SortStyle sortStyle
ackType
public AcknowledgeType ackType
filters
public List<Filter> filters
limit
public int limit
multiple
public int multiple
display
public String display
EventQueryParms
public EventQueryParms()
getFilters
public Filter[] getFilters()
- Convert the internal (and useful) ArrayList filters object into an array
of Filter instances.
Copyright © 2009. All Rights Reserved.