org.onebusaway.transit_data.model.realtime
Class CurrentVehicleEstimateQueryBean
java.lang.Object
org.onebusaway.transit_data.model.realtime.CurrentVehicleEstimateQueryBean
- All Implemented Interfaces:
- Serializable
public final class CurrentVehicleEstimateQueryBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurrentVehicleEstimateQueryBean
public CurrentVehicleEstimateQueryBean()
getTime
public long getTime()
setTime
public void setTime(long time)
getMostRecentLocation
public CoordinatePoint getMostRecentLocation()
setMostRecentLocation
public void setMostRecentLocation(CoordinatePoint mostRecentLocation)
getRecords
public List<CurrentVehicleEstimateQueryBean.Record> getRecords()
setRecords
public void setRecords(List<CurrentVehicleEstimateQueryBean.Record> records)
getBlockId
public String getBlockId()
setBlockId
public void setBlockId(String blockId)
getServiceDate
public long getServiceDate()
setServiceDate
public void setServiceDate(long serviceDate)
getVehicleId
public String getVehicleId()
setVehicleId
public void setVehicleId(String vehicleId)
getMinProbability
public double getMinProbability()
setMinProbability
public void setMinProbability(double minProbability)
Copyright © 2012 OneBusAway. All Rights Reserved.