Package org.opennms.web.event
Class EventQueryParms
- java.lang.Object
-
- org.opennms.web.event.EventQueryParms
-
- All Implemented Interfaces:
QueryParameters
@Deprecated public class EventQueryParms extends Object implements QueryParameters
Deprecated.Convenience data structure for holding the arguments to an event query.- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- Lawrence Karnowski , OpenNMS , Lawrence Karnowski , OpenNMS
-
-
Constructor Summary
Constructors Constructor Description EventQueryParms()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description NormalizedAcknowledgeType
getAckType()
Deprecated.String
getDisplay()
Deprecated.List<Filter>
getFilters()
Deprecated.int
getLimit()
Deprecated.int
getMultiple()
Deprecated.String
getSortStyleShortName()
Deprecated.
-
-
-
Field Detail
-
sortStyle
public SortStyle sortStyle
Deprecated.
-
ackType
public AcknowledgeType ackType
Deprecated.
-
limit
public int limit
Deprecated.
-
multiple
public int multiple
Deprecated.
-
display
public String display
Deprecated.
-
-
Method Detail
-
getSortStyleShortName
public String getSortStyleShortName()
Deprecated.- Specified by:
getSortStyleShortName
in interfaceQueryParameters
-
getAckType
public NormalizedAcknowledgeType getAckType()
Deprecated.- Specified by:
getAckType
in interfaceQueryParameters
-
getFilters
public List<Filter> getFilters()
Deprecated.- Specified by:
getFilters
in interfaceQueryParameters
-
getLimit
public int getLimit()
Deprecated.- Specified by:
getLimit
in interfaceQueryParameters
-
getMultiple
public int getMultiple()
Deprecated.- Specified by:
getMultiple
in interfaceQueryParameters
-
getDisplay
public String getDisplay()
Deprecated.- Specified by:
getDisplay
in interfaceQueryParameters
-
-