public abstract class GrokTesterResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GrokTesterResponse.Match |
Constructor and Description |
---|
GrokTesterResponse() |
Modifier and Type | Method and Description |
---|---|
static GrokTesterResponse |
create(boolean matched,
List<GrokTesterResponse.Match> matches,
String pattern,
String string) |
abstract boolean |
matched() |
abstract List<GrokTesterResponse.Match> |
matches() |
abstract String |
pattern() |
abstract String |
string() |
public abstract boolean matched()
@Nullable public abstract List<GrokTesterResponse.Match> matches()
public abstract String pattern()
public abstract String string()
public static GrokTesterResponse create(boolean matched, @Nullable List<GrokTesterResponse.Match> matches, String pattern, String string)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.