public abstract static class EventNotificationHandler.Config extends Object implements ContentPackable<EventNotificationHandlerConfigEntity>
| Modifier and Type | Class and Description |
|---|---|
static class |
EventNotificationHandler.Config.Builder |
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
static EventNotificationHandler.Config.Builder |
builder() |
abstract String |
notificationId() |
abstract Optional<NotificationParameters> |
notificationParameters() |
abstract EventNotificationHandler.Config.Builder |
toBuilder() |
EventNotificationHandlerConfigEntity |
toContentPackEntity(EntityDescriptorIds entityDescriptorIds) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContentPackPluginPackage, resolveNativeEntitypublic abstract String notificationId()
public abstract Optional<NotificationParameters> notificationParameters()
public static EventNotificationHandler.Config.Builder builder()
public abstract EventNotificationHandler.Config.Builder toBuilder()
public EventNotificationHandlerConfigEntity toContentPackEntity(EntityDescriptorIds entityDescriptorIds)
toContentPackEntity in interface ContentPackable<EventNotificationHandlerConfigEntity>Copyright © 2012–2021 Graylog, Inc.. All rights reserved.