public abstract class SplitAndIndexTesterResponse extends Object
Constructor and Description |
---|
SplitAndIndexTesterResponse() |
Modifier and Type | Method and Description |
---|---|
abstract int |
beginIndex() |
static SplitAndIndexTesterResponse |
create(boolean successful,
String cut,
int beginIndex,
int endIndex) |
abstract String |
cut() |
abstract int |
endIndex() |
abstract boolean |
successful() |
public abstract boolean successful()
public abstract int beginIndex()
public abstract int endIndex()
public static SplitAndIndexTesterResponse create(boolean successful, @Nullable String cut, int beginIndex, int endIndex)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.