Uses of Class
com.azure.maps.search.models.GeocodingBatchResponseSummary
Packages that use GeocodingBatchResponseSummary
Package
Description
Package containing the data models for SearchClient.
-
Uses of GeocodingBatchResponseSummary in com.azure.maps.search.models
Methods in com.azure.maps.search.models that return GeocodingBatchResponseSummaryModifier and TypeMethodDescriptionGeocodingBatchResponseSummary.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GeocodingBatchResponseSummary from the JsonReader.GeocodingBatchResponse.getSummary()Get the summary property: Summary for the batch request.GeocodingBatchResponseSummary.setSuccessfulRequests(Integer successfulRequests) Set the successfulRequests property: Number of successful requests in the batch.GeocodingBatchResponseSummary.setTotalRequests(Integer totalRequests) Set the totalRequests property: Total number of requests in the batch.Methods in com.azure.maps.search.models with parameters of type GeocodingBatchResponseSummaryModifier and TypeMethodDescriptionGeocodingBatchResponse.setSummary(GeocodingBatchResponseSummary summary) Set the summary property: Summary for the batch request.