Class HttpEventNotificationConfigEntity
java.lang.Object
org.graylog.events.contentpack.entities.HttpEventNotificationConfigEntity
- All Implemented Interfaces:
EventNotificationConfigEntity,NativeEntityConverter<EventNotificationConfig>
public abstract class HttpEventNotificationConfigEntity
extends Object
implements EventNotificationConfigEntity
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface org.graylog.events.contentpack.entities.EventNotificationConfigEntity
TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) abstract ValueReferenceurl()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog.events.contentpack.entities.EventNotificationConfigEntity
typeMethods inherited from interface org.graylog2.contentpacks.NativeEntityConverter
convertSearchFilters, resolveForInstallation
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
HttpEventNotificationConfigEntity
public HttpEventNotificationConfigEntity()
-
-
Method Details
-
url
-
builder
-
toBuilder
-
toNativeEntity
public EventNotificationConfig toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) - Specified by:
toNativeEntityin interfaceNativeEntityConverter<EventNotificationConfig>
-