Class StreamAlertConditionEntity
java.lang.Object
org.graylog2.contentpacks.model.entities.StreamAlertConditionEntity
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StreamAlertConditionEntitycreate(@NotBlank String type, @NotBlank ValueReference title, @NotNull ReferenceMap parameters) Deprecated.abstract @NotNull ReferenceMapDeprecated.abstract @NotBlank ValueReferencetitle()Deprecated.abstract @NotBlank Stringtype()Deprecated.
-
Constructor Details
-
StreamAlertConditionEntity
public StreamAlertConditionEntity()Deprecated.
-
-
Method Details
-
type
Deprecated. -
title
Deprecated. -
parameters
Deprecated. -
create
public static StreamAlertConditionEntity create(@NotBlank @NotBlank String type, @NotBlank @NotBlank ValueReference title, @NotNull @NotNull ReferenceMap parameters) Deprecated.
-