public abstract class ValidationRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidationRequest.Builder |
| Constructor and Description |
|---|
ValidationRequest() |
| Modifier and Type | Method and Description |
|---|---|
static ValidationRequest.Builder |
builder() |
abstract @NotNull Optional<BackendQuery> |
filter()
For validation, we assume that the filter ist another query-string.
|
String |
getCombinedQueryWithFilter() |
abstract @NotNull com.google.common.collect.ImmutableSet<Parameter> |
parameters() |
abstract @NotNull BackendQuery |
query() |
abstract @NotNull Set<String> |
streams() |
abstract @NotNull TimeRange |
timerange() |
@NotNull public abstract @NotNull BackendQuery query()
@NotNull public abstract @NotNull Optional<BackendQuery> filter()
public String getCombinedQueryWithFilter()
@NotNull public abstract @NotNull TimeRange timerange()
@NotNull public abstract @NotNull com.google.common.collect.ImmutableSet<Parameter> parameters()
public static ValidationRequest.Builder builder()
Copyright © 2012–2022 Graylog, Inc.. All rights reserved.