public static class SearchType.Fallback extends Object implements SearchType
SearchType.Fallback, SearchType.ResultTYPE_FIELD| Constructor and Description |
|---|
Fallback() |
| Modifier and Type | Method and Description |
|---|---|
SearchType |
applyExecutionContext(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.fasterxml.jackson.databind.JsonNode state) |
boolean |
equals(Object o) |
Filter |
filter() |
Map<String,Object> |
getProperties() |
int |
hashCode() |
String |
id() |
Optional<String> |
name() |
Optional<BackendQuery> |
query() |
void |
setProperties(String key,
Object value) |
Set<String> |
streams() |
Optional<DerivedTimeRange> |
timerange() |
SearchTypeEntity |
toContentPackEntity(EntityDescriptorIds entityDescriptorIds) |
String |
type() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waiteffectiveStreams, mappedStreamsgetContentPackPluginPackage, resolveNativeEntityisExportablepublic String type()
type in interface SearchTypepublic String id()
id in interface SearchTypepublic Optional<String> name()
name in interface SearchTypepublic Filter filter()
filter in interface SearchTypepublic Optional<DerivedTimeRange> timerange()
timerange in interface SearchTypepublic Optional<BackendQuery> query()
query in interface SearchTypepublic Set<String> streams()
streams in interface SearchTypepublic SearchType applyExecutionContext(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JsonNode state)
applyExecutionContext in interface SearchTypepublic SearchTypeEntity toContentPackEntity(EntityDescriptorIds entityDescriptorIds)
toContentPackEntity in interface ContentPackable<SearchTypeEntity>Copyright © 2012–2021 Graylog, Inc.. All rights reserved.