java.lang.Object
org.bzdev.bikeshare.Hub.TripMessage
- Enclosing class:
- Hub
Message representing a trip.
-
Method Summary
Modifier and TypeMethodDescriptionint
getN()
Get the number of bicycles or persons traveling together
-
Method Details
-
getN
public int getN()Get the number of bicycles or persons traveling together- Returns:
- the number traveling together
-