Uses of Class
org.graylog2.rest.models.streams.alerts.AlertSummary
Packages that use AlertSummary
-
Uses of AlertSummary in org.graylog2.rest.models.streams.alerts
Methods in org.graylog2.rest.models.streams.alerts that return AlertSummaryModifier and TypeMethodDescriptionstatic AlertSummaryAlertSummary.create(String id, String conditionId, String streamId, String description, Map<String, Object> conditionParameters, org.joda.time.DateTime triggeredAt, org.joda.time.DateTime resolvedAt, boolean isInterval) Methods in org.graylog2.rest.models.streams.alerts that return types with arguments of type AlertSummaryMethod parameters in org.graylog2.rest.models.streams.alerts with type arguments of type AlertSummaryModifier and TypeMethodDescriptionstatic AlertListSummaryAlertListSummary.create(long total, List<AlertSummary> alerts)