Class MessageListEntity
java.lang.Object
org.graylog2.contentpacks.model.entities.MessageListEntity
- All Implemented Interfaces:
SearchTypeEntity,NativeEntityConverter<SearchType>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.graylog2.contentpacks.model.entities.SearchTypeEntity
SearchTypeEntity.Fallback -
Field Summary
FieldsFields inherited from interface org.graylog2.contentpacks.model.entities.SearchTypeEntity
FIELD_SEARCH_FILTERS, TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MessageListEntity.Builderbuilder()abstract Filterfilter()abstract List<UsedSearchFilter>filters()abstract Stringid()abstract intlimit()name()abstract intoffset()sort()abstract MessageListEntity.BuildertoNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) abstract Stringtype()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog2.contentpacks.NativeEntityConverter
convertSearchFilters, resolveForInstallationMethods inherited from interface org.graylog2.contentpacks.model.entities.SearchTypeEntity
effectiveStreams, mappedStreams, query, streams, timerange
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
MessageListEntity
public MessageListEntity()
-
-
Method Details
-
type
- Specified by:
typein interfaceSearchTypeEntity
-
id
- Specified by:
idin interfaceSearchTypeEntity
-
name
- Specified by:
namein interfaceSearchTypeEntity
-
filter
- Specified by:
filterin interfaceSearchTypeEntity
-
filters
- Specified by:
filtersin interfaceSearchTypeEntity
-
limit
public abstract int limit() -
offset
public abstract int offset() -
sort
-
decorators
-
builder
-
toBuilder
-
toGenericBuilder
- Specified by:
toGenericBuilderin interfaceSearchTypeEntity
-
toNativeEntity
public SearchType toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) - Specified by:
toNativeEntityin interfaceNativeEntityConverter<SearchType>
-