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 the results of the Request, as specified in the summary by the
total number of results, and the 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()
Gets Fuzzy Search results.
|
getErrorMessage, getResponseStatus, getTrackingId, hasError
protected 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>