Class AlertConditionTestResponse
java.lang.Object
org.graylog2.rest.resources.streams.responses.AlertConditionTestResponse
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AlertConditionTestResponsestatic AlertConditionTestResponsebooleanerror()abstract com.google.common.collect.ImmutableList<AlertConditionTestResponse.ErrorMessage>abstract boolean
-
Constructor Details
-
AlertConditionTestResponse
public AlertConditionTestResponse()
-
-
Method Details
-
triggered
public abstract boolean triggered() -
description
-
error
public boolean error() -
errorMessages
public abstract com.google.common.collect.ImmutableList<AlertConditionTestResponse.ErrorMessage> errorMessages() -
create
-
createWithError
-