public abstract static class GroupBy.Result extends Object implements SearchType.Result
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupBy.Result.Builder |
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
static GroupBy.Result.Builder |
builder() |
abstract List<GroupBy.Group> |
groups() |
abstract String |
id() |
String |
type()
The json type info property of the surrounding SearchType class.
|
public abstract String id()
id in interface SearchType.Resultpublic String type()
SearchType.Resulttype in interface SearchType.Resultpublic abstract List<GroupBy.Group> groups()
public static GroupBy.Result.Builder builder()
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.