public abstract class StreamRuleEntity extends Object
| Constructor and Description |
|---|
StreamRuleEntity() |
| Modifier and Type | Method and Description |
|---|---|
static StreamRuleEntity |
create(@NotNull ValueReference type,
@NotBlank ValueReference field,
@NotNull ValueReference value,
ValueReference inverted,
ValueReference description) |
abstract ValueReference |
description() |
abstract @NotBlank ValueReference |
field() |
abstract ValueReference |
inverted() |
abstract @NotNull ValueReference |
type() |
abstract @NotNull ValueReference |
value() |
@NotNull public abstract @NotNull ValueReference type()
@NotBlank public abstract @NotBlank ValueReference field()
@NotNull public abstract @NotNull ValueReference value()
public abstract ValueReference inverted()
public abstract ValueReference description()
public static StreamRuleEntity create(@NotNull @NotNull ValueReference type, @NotBlank @NotBlank ValueReference field, @NotNull @NotNull ValueReference value, ValueReference inverted, ValueReference description)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.