public abstract static class EventList.Result extends Object implements SearchType.Result
| Modifier and Type | Class and Description |
|---|---|
static class |
EventList.Result.Builder |
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
static EventList.Result.Builder |
builder() |
abstract List<EventSummary> |
events() |
abstract String |
id() |
static EventList.Result.Builder |
result(String searchTypeId) |
String |
type()
The json type info property of the surrounding SearchType class.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnamepublic abstract String id()
id in interface SearchType.Resultpublic String type()
SearchType.Resulttype in interface SearchType.Resultpublic abstract List<EventSummary> events()
public static EventList.Result.Builder builder()
public static EventList.Result.Builder result(String searchTypeId)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.