Class StopResource


  • @Path("/metric/realtime/stop")
    public class StopResource
    extends MetricResource
    • Constructor Detail

      • StopResource

        public StopResource()
    • Method Detail

      • getMatchedStopCount

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

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

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