public class BatchSearchResponse
extends com.tomtom.online.sdk.common.service.ServiceBaseResponse
implements com.tomtom.online.sdk.common.service.Batchable
Modifier and Type | Field and Description |
---|---|
protected BatchableSearchResponse[] |
responses |
protected int |
successfulRequests |
protected int |
totalRequests |
Constructor and Description |
---|
BatchSearchResponse() |
Modifier and Type | Method and Description |
---|---|
java.util.List<FuzzySearchResponse> |
getFuzzySearchResponses()
Gets a list of Fuzzy Search results of a Batch Search query.
|
java.util.List<GeometrySearchResponse> |
getGeometrySearchResponses()
Gets a list of Geometry Search results of a Batch Search query.
|
java.util.List<ReverseGeocoderSearchResponse> |
getReverseGeocoderSearchResponses()
Gets a list of Reverse Geocoding Search results of a Batch Search query.
|
ImmutableList<BatchableSearchResponse> |
getSearchResponses()
Gets the list of results of a Batch Search query.
|
protected int totalRequests
protected int successfulRequests
protected BatchableSearchResponse[] responses
public ImmutableList<BatchableSearchResponse> getSearchResponses()
BatchableSearchResponseVisitor
to obtain the specific
Response type.public java.util.List<FuzzySearchResponse> getFuzzySearchResponses()
public java.util.List<GeometrySearchResponse> getGeometrySearchResponses()
public java.util.List<ReverseGeocoderSearchResponse> getReverseGeocoderSearchResponses()