Class TripResource
- java.lang.Object
-
- org.onebusaway.watchdog.api.MetricResource
-
- org.onebusaway.watchdog.api.schedule.TripResource
-
@Path("/metric/schedule/trip") public class TripResource extends MetricResource
-
-
Field Summary
-
Fields inherited from class org.onebusaway.watchdog.api.MetricResource
_configuration, _log, _mapper
-
-
Constructor Summary
Constructors Constructor Description TripResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsegetScheduleTripCount(String agencyId, String routeId)-
Methods inherited from class org.onebusaway.watchdog.api.MetricResource
error, error, getAddedTripIdCt, getCancelledTripIdCt, getDataSources, getInvalidLocation, getLocationTotal, getMatchedStopCt, getScheduledTrips, getScheduledTrips, getTDS, getTotalRecordCount, getUnmatchedStopCt, getUnmatchedTripIdCt, getValidRealtimeTripIds, ok, setMetricConfiguration
-
-