| Package | Description |
|---|---|
| org.graylog2.rest.models.alarmcallbacks |
| Modifier and Type | Method and Description |
|---|---|
static AlarmCallbackHistorySummary |
AlarmCallbackHistorySummary.create(String id,
AlarmCallbackSummary alarmcallbackConfiguration,
String alertId,
String alertConditionId,
AlarmCallbackResult result,
org.joda.time.DateTime createdAt) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<AlarmCallbackHistorySummary> |
AlarmCallbackHistoryListSummary.histories() |
| Modifier and Type | Method and Description |
|---|---|
static AlarmCallbackHistoryListSummary |
AlarmCallbackHistoryListSummary.create(int total,
List<AlarmCallbackHistorySummary> histories) |
static AlarmCallbackHistoryListSummary |
AlarmCallbackHistoryListSummary.create(List<AlarmCallbackHistorySummary> histories) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.