public class TripPlan extends Object
| Modifier and Type | Field and Description |
|---|---|
Date |
date
The time and date of travel
|
Place |
from
The origin
|
List<Itinerary> |
itinerary
A list of possible itineraries
|
Place |
to
The destination
|
Copyright © 2018. All rights reserved.