-
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>component1()final VehicleJourneysResponsecopy(List<VehicleJourney> vehicleJourney)final List<VehicleJourney>getVehicleJourney()-
-
Constructor Detail
-
VehicleJourneysResponse
VehicleJourneysResponse(List<VehicleJourney> vehicleJourney)
-
-
Method Detail
-
component1
final List<VehicleJourney> component1()
-
copy
final VehicleJourneysResponse copy(List<VehicleJourney> vehicleJourney)
-
getVehicleJourney
final List<VehicleJourney> getVehicleJourney()
-
-
-
-