public abstract class EventNotificationHandlerConfigEntity extends Object implements NativeEntityConverter<EventNotificationHandler.Config>
| Modifier and Type | Class and Description |
|---|---|
static class |
EventNotificationHandlerConfigEntity.Builder |
| Constructor and Description |
|---|
EventNotificationHandlerConfigEntity() |
| Modifier and Type | Method and Description |
|---|---|
static EventNotificationHandlerConfigEntity.Builder |
builder() |
abstract ValueReference |
notificationId() |
abstract Optional<NotificationParameters> |
notificationParameters() |
abstract EventNotificationHandlerConfigEntity.Builder |
toBuilder() |
EventNotificationHandler.Config |
toNativeEntity(Map<String,ValueReference> parameters,
Map<EntityDescriptor,Object> natvieEntities) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresolveForInstallationpublic EventNotificationHandlerConfigEntity()
public abstract ValueReference notificationId()
public abstract Optional<NotificationParameters> notificationParameters()
public static EventNotificationHandlerConfigEntity.Builder builder()
public abstract EventNotificationHandlerConfigEntity.Builder toBuilder()
public EventNotificationHandler.Config toNativeEntity(Map<String,ValueReference> parameters, Map<EntityDescriptor,Object> natvieEntities)
toNativeEntity in interface NativeEntityConverter<EventNotificationHandler.Config>Copyright © 2012–2021 Graylog, Inc.. All rights reserved.