public abstract static class FieldMetric.LongResult extends Object implements SearchType.Result
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldMetric.LongResult.Builder |
| Constructor and Description |
|---|
LongResult() |
| Modifier and Type | Method and Description |
|---|---|
static FieldMetric.LongResult.Builder |
builder() |
abstract String |
id() |
String |
type()
The json type info property of the surrounding SearchType class.
|
abstract long |
value() |
public abstract String id()
id in interface SearchType.Resultpublic String type()
SearchType.Resulttype in interface SearchType.Resultpublic abstract long value()
public static FieldMetric.LongResult.Builder builder()
Copyright © 2012–2020 Graylog, Inc.. All rights reserved.