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) |
abstract AggregationKeyResult.Builder |
timestamp(org.joda.time.DateTime timestamp) |
public static AggregationKeyResult.Builder create()
public abstract AggregationKeyResult.Builder timestamp(@Nullable org.joda.time.DateTime timestamp)
public abstract AggregationKeyResult.Builder key(List<String> key)
public abstract AggregationKeyResult.Builder seriesValues(List<AggregationSeriesValue> seriesValues)
public abstract AggregationKeyResult build()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.