public class FuzzySearchResponse extends com.tomtom.online.sdk.common.service.ServiceBaseResponse implements java.io.Serializable, BatchableSearchResponse
| Modifier and Type | Field and Description |
|---|---|
protected FuzzySearchResult[] |
results
A portion of results of the request, as specified in the summary by
total number of results, number of results and offset.
|
protected Summary |
summary
The summary of the response.
|
| Constructor and Description |
|---|
FuzzySearchResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(BatchableSearchResponseVisitor visitor) |
ImmutableList<FuzzySearchResult> |
getResults()
Get fuzzy search results
|
getErrorMessage, getResponseStatus, hasErrorprotected Summary summary
protected FuzzySearchResult[] results
public ImmutableList<FuzzySearchResult> getResults()
public void accept(BatchableSearchResponseVisitor visitor)
accept in interface com.tomtom.online.sdk.common.util.Visitable<BatchableSearchResponseVisitor>