-
- All Implemented Interfaces:
public final class VehicleJourneysResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final List<VehicleJourney>vehicleJourney
-
Constructor Summary
Constructors Constructor Description VehicleJourneysResponse(List<VehicleJourney> vehicleJourney)
-
Method Summary
Modifier and Type Method Description final List<VehicleJourney>getVehicleJourney()-
-
Constructor Detail
-
VehicleJourneysResponse
VehicleJourneysResponse(List<VehicleJourney> vehicleJourney)
-
-
Method Detail
-
getVehicleJourney
final List<VehicleJourney> getVehicleJourney()
-
-
-
-