Class Trip
-
- All Implemented Interfaces:
-
java.io.Serializable
public class Trip implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description public TripInfo
tripInfo
public DriveScore
score
public List<EventStatistic>
tripEventStatistics
public List<Event>
tripEvents
public Rating
tripRating
public List<Location>
tripRoute
public Integer
tripRawGpsCount
-
Constructor Summary
Constructors Constructor Description Trip()
-