Class SearchTypeEntity.Fallback
java.lang.Object
org.graylog2.contentpacks.model.entities.SearchTypeEntity.Fallback
- All Implemented Interfaces:
SearchTypeEntity,NativeEntityConverter<SearchType>
- Enclosing interface:
- SearchTypeEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.graylog2.contentpacks.model.entities.SearchTypeEntity
SearchTypeEntity.Builder, SearchTypeEntity.Fallback -
Field Summary
Fields inherited from interface org.graylog2.contentpacks.model.entities.SearchTypeEntity
FIELD_SEARCH_FILTERS, TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfilter()filters()inthashCode()id()name()query()streams()toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) type()Methods inherited from class java.lang.Object
clone, finalize, getClass, 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
-
Constructor Details
-
Fallback
public Fallback()
-
-
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
-
timerange
- Specified by:
timerangein interfaceSearchTypeEntity
-
query
- Specified by:
queryin interfaceSearchTypeEntity
-
streams
- Specified by:
streamsin interfaceSearchTypeEntity
-
toGenericBuilder
- Specified by:
toGenericBuilderin interfaceSearchTypeEntity
-
equals
-
hashCode
public int hashCode() -
toNativeEntity
public SearchType toNativeEntity(Map<String, ValueReference> parameters, Map<EntityDescriptor, Object> nativeEntities) - Specified by:
toNativeEntityin interfaceNativeEntityConverter<SearchType>
-