public abstract static class AggregationKeyResult.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
abstract AggregationKeyResult |
build() |
static AggregationKeyResult.Builder |
create() |
abstract AggregationKeyResult.Builder |
key(List<String> key) |
abstract AggregationKeyResult.Builder |
seriesValues(List<AggregationSeriesValue> seriesValues) |
public static AggregationKeyResult.Builder create()
public abstract AggregationKeyResult.Builder key(List<String> key)
public abstract AggregationKeyResult.Builder seriesValues(List<AggregationSeriesValue> seriesValues)
public abstract AggregationKeyResult build()
Copyright © 2012–2019 Graylog, Inc.. All rights reserved.