Package com.azure.maps.search.models
Class BatchResultSummary
java.lang.Object
com.azure.maps.search.models.BatchResultSummary
Summary of the results for the batch request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the successfulRequests property: Number of successful requests in the batch.Get the totalRequests property: Total number of requests in the batch.
-
Constructor Details
-
BatchResultSummary
public BatchResultSummary()
-
-
Method Details
-
getSuccessfulRequests
Get the successfulRequests property: Number of successful requests in the batch.- Returns:
- the successfulRequests value.
-
getTotalRequests
Get the totalRequests property: Total number of requests in the batch.- Returns:
- the totalRequests value.
-