Uses of Class
org.graylog2.rest.models.alarmcallbacks.AlarmCallbackHistorySummary
Packages that use AlarmCallbackHistorySummary
-
Uses of AlarmCallbackHistorySummary in org.graylog2.rest.models.alarmcallbacks
Methods in org.graylog2.rest.models.alarmcallbacks that return AlarmCallbackHistorySummaryModifier and TypeMethodDescriptionstatic AlarmCallbackHistorySummaryAlarmCallbackHistorySummary.create(String id, AlarmCallbackSummary alarmcallbackConfiguration, String alertId, String alertConditionId, AlarmCallbackResult result, org.joda.time.DateTime createdAt) Methods in org.graylog2.rest.models.alarmcallbacks that return types with arguments of type AlarmCallbackHistorySummaryModifier and TypeMethodDescriptionabstract List<AlarmCallbackHistorySummary>AlarmCallbackHistoryListSummary.histories()Method parameters in org.graylog2.rest.models.alarmcallbacks with type arguments of type AlarmCallbackHistorySummaryModifier and TypeMethodDescriptionAlarmCallbackHistoryListSummary.create(int total, List<AlarmCallbackHistorySummary> histories) AlarmCallbackHistoryListSummary.create(List<AlarmCallbackHistorySummary> histories)