Package org.graylog.events.processor
Class EventProcessorParametersWithTimerange.FallbackParameters
java.lang.Object
org.graylog.events.processor.EventProcessorParametersWithTimerange.FallbackParameters
- All Implemented Interfaces:
EventProcessorParameters,EventProcessorParametersWithTimerange
- Enclosing interface:
- EventProcessorParametersWithTimerange
public static class EventProcessorParametersWithTimerange.FallbackParameters
extends Object
implements EventProcessorParametersWithTimerange
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.graylog.events.processor.EventProcessorParametersWithTimerange
EventProcessorParametersWithTimerange.Builder<SELF>, EventProcessorParametersWithTimerange.FallbackParameters -
Field Summary
Fields inherited from interface org.graylog.events.processor.EventProcessorParameters
TYPE_FIELDFields inherited from interface org.graylog.events.processor.EventProcessorParametersWithTimerange
FIELD_TIMERANGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontype()withTimerange(org.joda.time.DateTime from, org.joda.time.DateTime to)
-
Constructor Details
-
FallbackParameters
public FallbackParameters()
-
-
Method Details
-
type
- Specified by:
typein interfaceEventProcessorParameters
-
timerange
- Specified by:
timerangein interfaceEventProcessorParametersWithTimerange
-
withTimerange
public EventProcessorParametersWithTimerange withTimerange(org.joda.time.DateTime from, org.joda.time.DateTime to) - Specified by:
withTimerangein interfaceEventProcessorParametersWithTimerange
-