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<CommonEventSummary>events()abstract Stringid()static EventList.Result.Builderabstract longabstract Stringtype()The json type info property of the surrounding SearchType class.withEvents(List<CommonEventSummary> events, long totalResults) 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
-
totalResults
public abstract long totalResults() -
builder
-
withEvents
-
result
-