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