Class EventList.Result
java.lang.Object
org.graylog.plugins.views.search.searchtypes.events.EventList.Result
- All Implemented Interfaces:
SearchType.Result
- Enclosing class:
- EventList
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EventList.Result.Builderbuilder()abstract List<EventSummary>events()abstract Stringid()static EventList.Result.Buildertype()The json type info property of the surrounding SearchType class.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog.plugins.views.search.SearchType.Result
name
-
Constructor Details
-
Result
public Result()
-
-
Method Details
-
id
- Specified by:
idin interfaceSearchType.Result
-
type
Description copied from interface:SearchType.ResultThe json type info property of the surrounding SearchType class. Must be set manually by subclasses.- Specified by:
typein interfaceSearchType.Result
-
events
-
builder
-
result
-