org.onebusaway.api.model.transit.tripplanning
public class MinTravelTimeToStopV2Bean extends Object implements Serializable
Constructor and Description |
---|
MinTravelTimeToStopV2Bean() |
Modifier and Type | Method and Description |
---|---|
CoordinatePoint |
getLocation() |
String |
getStopId() |
long |
getTravelTime() |
void |
setLocation(CoordinatePoint location) |
void |
setStopId(String stopId) |
void |
setTravelTime(long travelTime) |
public String getStopId()
public void setStopId(String stopId)
public CoordinatePoint getLocation()
public void setLocation(CoordinatePoint location)
public long getTravelTime()
public void setTravelTime(long travelTime)
Copyright © 2014 OneBusAway. All Rights Reserved.