public abstract class AlertListSummary extends Object
| Constructor and Description |
|---|
AlertListSummary() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<AlertSummary> |
alerts() |
static AlertListSummary |
create(long total,
List<AlertSummary> alerts) |
abstract long |
total() |
public abstract long total()
public abstract List<AlertSummary> alerts()
public static AlertListSummary create(long total, List<AlertSummary> alerts)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.