open class BatchSearchResponse : ServiceBaseResponse, Batchable
Response to an Batch Search request.
BatchSearchResponse()
Response to an Batch Search request. |
var responses: Array<BatchableSearchResponse!>! |
|
var successfulRequests: Int |
|
var totalRequests: Int |
open fun getEvChargingStationsAvailabilityResponses(): MutableList<EvChargingStationsAvailabilityResponse!>!
Gets a list of Reverse Geocoding Search results of a Batch Search query. This list will be empty if there were no requests of this type. |
|
open fun getFuzzySearchResponses(): MutableList<FuzzySearchResponse!>!
Gets a list of Fuzzy Search results of a Batch Search query. This list will be empty if there were no requests of this type. |
|
open fun getGeometrySearchResponses(): MutableList<GeometrySearchResponse!>!
Gets a list of Geometry Search results of a Batch Search query. This list will be empty if there were no requests of this type. |
|
open fun getReverseGeocoderSearchResponses(): MutableList<ReverseGeocoderSearchResponse!>!
Gets a list of Reverse Geocoding Search results of a Batch Search query. This list will be empty if there were no requests of this type. |
|
open fun getSearchResponses(): ImmutableList<BatchableSearchResponse!>!
Gets the list of results of a Batch Search query. For each item, use |
|
open fun getSuccessfulRequests(): Int
Returns the number of successful requests. |
|
open fun getTotalRequests(): Int
Returns the total number of requests. |
|
open fun toString(): String |