Package org.graylog.events.notifications
Class EventNotificationConfig.FallbackNotificationConfig
java.lang.Object
org.graylog.events.notifications.EventNotificationConfig.FallbackNotificationConfig
- All Implemented Interfaces:
EventNotificationConfig,ContentPackable<EventNotificationConfigEntity>
- Enclosing interface:
- EventNotificationConfig
public static class EventNotificationConfig.FallbackNotificationConfig
extends Object
implements EventNotificationConfig
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.graylog.events.notifications.EventNotificationConfig
EventNotificationConfig.Builder<SELF>, EventNotificationConfig.FallbackNotificationConfig -
Field Summary
Fields inherited from interface org.graylog.events.notifications.EventNotificationConfig
FIELD_NOTIFICATION_ID, TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoContentPackEntity(EntityDescriptorIds entityDescriptorIds) toJobTriggerData(EventDto dto) type()validate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog2.contentpacks.ContentPackable
getContentPackPluginPackage, resolveNativeEntityMethods inherited from interface org.graylog.events.notifications.EventNotificationConfig
prepareConfigUpdate
-
Constructor Details
-
FallbackNotificationConfig
public FallbackNotificationConfig()
-
-
Method Details
-
type
- Specified by:
typein interfaceEventNotificationConfig
-
validate
- Specified by:
validatein interfaceEventNotificationConfig
-
toJobTriggerData
- Specified by:
toJobTriggerDatain interfaceEventNotificationConfig
-
toContentPackEntity
- Specified by:
toContentPackEntityin interfaceContentPackable<EventNotificationConfigEntity>
-