Class SystemNotificationEventProcessorParameters
java.lang.Object
org.graylog.events.processor.systemnotification.SystemNotificationEventProcessorParameters
- All Implemented Interfaces:
EventProcessorParameters
public abstract class SystemNotificationEventProcessorParameters
extends Object
implements EventProcessorParameters
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface org.graylog.events.processor.EventProcessorParameters
TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()abstract Stringabstract Notification.Typeabstract org.joda.time.DateTimeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog.events.processor.EventProcessorParameters
type
-
Constructor Details
-
SystemNotificationEventProcessorParameters
public SystemNotificationEventProcessorParameters()
-
-
Method Details
-
timestamp
public abstract org.joda.time.DateTime timestamp() -
notificationType
-
notificationMessage
-
notificationDetails
-
toBuilder
-
builder
-