public abstract static class PivotResult.Row.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PivotResult.Row.Builder |
addAllValues(List<PivotResult.Value> values) |
PivotResult.Row.Builder |
addValue(PivotResult.Value value) |
abstract PivotResult.Row |
build() |
abstract PivotResult.Row.Builder |
key(com.google.common.collect.ImmutableList<String> key) |
abstract PivotResult.Row.Builder |
source(String source) |
public abstract PivotResult.Row.Builder key(com.google.common.collect.ImmutableList<String> key)
public PivotResult.Row.Builder addValue(PivotResult.Value value)
public PivotResult.Row.Builder addAllValues(List<PivotResult.Value> values)
public abstract PivotResult.Row.Builder source(String source)
public abstract PivotResult.Row build()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.