public abstract class MetricsSummaryResponse extends Object
| Constructor and Description |
|---|
MetricsSummaryResponse() |
| Modifier and Type | Method and Description |
|---|---|
static MetricsSummaryResponse |
create(int total,
List<Map<String,Object>> metrics) |
static MetricsSummaryResponse |
create(List<Map<String,Object>> metrics) |
abstract List<Map<String,Object>> |
metrics() |
abstract int |
total() |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.