Class AveragesResource

    • Constructor Detail

      • AveragesResource

        public AveragesResource()
    • Method Detail

      • getLongTermDeltaMatched

        @Path("{agencyId}/average-matched-trips")
        @GET
        @Produces("application/json")
        public javax.ws.rs.core.Response getLongTermDeltaMatched​(@PathParam("agencyId")
                                                                 String agencyId,
                                                                 @QueryParam("feedId")
                                                                 String feedId)
      • getLongTermDeltaMatchedPct

        @Path("{agencyId}/average-matched-trips-pct")
        @GET
        @Produces("application/json")
        public javax.ws.rs.core.Response getLongTermDeltaMatchedPct​(@PathParam("agencyId")
                                                                    String agencyId,
                                                                    @QueryParam("feedId")
                                                                    String feedId)
      • getLongTermDeltaUnmatched

        @Path("{agencyId}/average-unmatched-trips")
        @GET
        @Produces("application/json")
        public javax.ws.rs.core.Response getLongTermDeltaUnmatched​(@PathParam("agencyId")
                                                                   String agencyId,
                                                                   @QueryParam("feedId")
                                                                   String feedId)
      • getLongTermDeltaUnmatchedPct

        @Path("{agencyId}/average-unmatched-trips-pct")
        @GET
        @Produces("application/json")
        public javax.ws.rs.core.Response getLongTermDeltaUnmatchedPct​(@PathParam("agencyId")
                                                                      String agencyId,
                                                                      @QueryParam("feedId")
                                                                      String feedId)
      • getBusesInServicePct

        @Path("{agencyId}/buses-in-service-pct")
        @GET
        @Produces("application/json")
        public javax.ws.rs.core.Response getBusesInServicePct​(@PathParam("agencyId")
                                                              String agencyId,
                                                              @QueryParam("feedId")
                                                              String feedId,
                                                              @QueryParam("routeId")
                                                              String routeId)
      • getMatchedStops

        @Path("{agencyId}/matched-stops-pct")
        @GET
        @Produces("application/json")
        public javax.ws.rs.core.Response getMatchedStops​(@PathParam("agencyId")
                                                         String agencyId,
                                                         @QueryParam("feedId")
                                                         String feedId)
      • getUnmatchedStops

        @Path("{agencyId}/unmatched-stops-pct")
        @GET
        @Produces("application/json")
        public javax.ws.rs.core.Response getUnmatchedStops​(@PathParam("agencyId")
                                                           String agencyId,
                                                           @QueryParam("feedId")
                                                           String feedId)
      • getTripTotalPct

        @Path("{agencyId}/trip-total-pct")
        @GET
        @Produces("application/json")
        public javax.ws.rs.core.Response getTripTotalPct​(@PathParam("agencyId")
                                                         String agencyId,
                                                         @QueryParam("feedId")
                                                         String feedId)
      • getTripScheduleRealtimeDiff

        @Path("{agencyId}/trip-schedule-realtime-diff-pct")
        @GET
        @Produces("application/json")
        public javax.ws.rs.core.Response getTripScheduleRealtimeDiff​(@PathParam("agencyId")
                                                                     String agencyId,
                                                                     @QueryParam("feedId")
                                                                     String feedId,
                                                                     @QueryParam("routeId")
                                                                     String routeId)
      • getLocationTotalPct

        @Path("{agencyId}/location-total-pct")
        @GET
        @Produces("application/json")
        public javax.ws.rs.core.Response getLocationTotalPct​(@PathParam("agencyId")
                                                             String agencyId,
                                                             @QueryParam("feedId")
                                                             String feedId)
      • getLocationInvalidPct

        @Path("{agencyId}/location-invalid-lat-lon-pct")
        @GET
        @Produces("application/json")
        public javax.ws.rs.core.Response getLocationInvalidPct​(@PathParam("agencyId")
                                                               String agencyId,
                                                               @QueryParam("feedId")
                                                               String feedId)