Class BatchResultSummary

java.lang.Object
com.azure.maps.route.models.BatchResultSummary

public final class BatchResultSummary extends Object
Summary of the results for the batch request.
  • Constructor Details

    • BatchResultSummary

      public BatchResultSummary()
  • Method Details

    • getSuccessfulRequests

      public Integer getSuccessfulRequests()
      Get the successfulRequests property: Number of successful requests in the batch.
      Returns:
      the successfulRequests value.
    • getTotalRequests

      public Integer getTotalRequests()
      Get the totalRequests property: Total number of requests in the batch.
      Returns:
      the totalRequests value.