public abstract class AggregationKeyResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AggregationKeyResult.Builder |
Constructor and Description |
---|
AggregationKeyResult() |
Modifier and Type | Method and Description |
---|---|
static AggregationKeyResult.Builder |
builder() |
abstract com.google.common.collect.ImmutableList<String> |
key() |
abstract com.google.common.collect.ImmutableList<AggregationSeriesValue> |
seriesValues() |
abstract Optional<org.joda.time.DateTime> |
timestamp() |
abstract AggregationKeyResult.Builder |
toBuilder() |
public abstract com.google.common.collect.ImmutableList<String> key()
public abstract Optional<org.joda.time.DateTime> timestamp()
public abstract com.google.common.collect.ImmutableList<AggregationSeriesValue> seriesValues()
public static AggregationKeyResult.Builder builder()
public abstract AggregationKeyResult.Builder toBuilder()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.