public abstract class StreamAlertConditionEntity extends Object
| Constructor and Description |
|---|
StreamAlertConditionEntity() |
| Modifier and Type | Method and Description |
|---|---|
static StreamAlertConditionEntity |
create(@NotBlank String type,
@NotBlank ValueReference title,
@NotNull ReferenceMap parameters) |
abstract @NotNull ReferenceMap |
parameters() |
abstract @NotBlank ValueReference |
title() |
abstract @NotBlank String |
type() |
@NotBlank public abstract @NotBlank String type()
@NotBlank public abstract @NotBlank ValueReference title()
@NotNull public abstract @NotNull ReferenceMap parameters()
public static StreamAlertConditionEntity create(@NotBlank @NotBlank String type, @NotBlank @NotBlank ValueReference title, @NotNull @NotNull ReferenceMap parameters)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.