public abstract class SearchResult extends java.lang.Object implements ErrorsHolder
Modifier and Type | Method and Description |
---|---|
abstract SearchCode |
code() |
static SearchResult |
create(SearchScope scope,
SearchCode code,
SearchQuery query,
java.util.List<Error> errors) |
abstract SearchQuery |
query() |
abstract SearchScope |
scope() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
errors
@Nullable public abstract SearchScope scope()
@Nullable public abstract SearchCode code()
@Nullable public abstract SearchQuery query()
public static SearchResult create(SearchScope scope, SearchCode code, SearchQuery query, java.util.List<Error> errors)