public abstract static class AggregationSeriesEntity.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract AggregationSeriesEntity |
build() |
static AggregationSeriesEntity.Builder |
create() |
abstract AggregationSeriesEntity.Builder |
field(String field) |
abstract AggregationSeriesEntity.Builder |
function(AggregationFunction function) |
public static AggregationSeriesEntity.Builder create()
public abstract AggregationSeriesEntity.Builder function(AggregationFunction function)
public abstract AggregationSeriesEntity.Builder field(@Nullable String field)
public abstract AggregationSeriesEntity build()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.