public abstract class EventListEntity extends Object implements SearchTypeEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
EventListEntity.Builder |
SearchTypeEntity.Fallback| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
TYPE_FIELD| Constructor and Description |
|---|
EventListEntity() |
| Modifier and Type | Method and Description |
|---|---|
static EventListEntity.Builder |
builder() |
abstract Filter |
filter() |
abstract String |
id() |
abstract EventListEntity.Builder |
toBuilder() |
SearchTypeEntity.Builder |
toGenericBuilder() |
SearchType |
toNativeEntity(Map<String,ValueReference> parameters,
Map<EntityDescriptor,Object> nativeEntities) |
abstract String |
type() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waiteffectiveStreams, mappedStreams, name, query, streams, timerangeresolveForInstallationpublic static final String NAME
public abstract String type()
type in interface SearchTypeEntity@Nullable public abstract String id()
id in interface SearchTypeEntity@Nullable public abstract Filter filter()
filter in interface SearchTypeEntitypublic static EventListEntity.Builder builder()
public abstract EventListEntity.Builder toBuilder()
public SearchTypeEntity.Builder toGenericBuilder()
toGenericBuilder in interface SearchTypeEntitypublic SearchType toNativeEntity(Map<String,ValueReference> parameters, Map<EntityDescriptor,Object> nativeEntities)
toNativeEntity in interface NativeEntityConverter<SearchType>Copyright © 2012–2021 Graylog, Inc.. All rights reserved.