public class Trip extends Object
| Constructor and Description |
|---|
Trip(List raw) |
Trip(Stop stop,
Integer visitID,
String lineID,
String lineName,
Integer directionID,
String destinationName,
String destinationText,
String vehicleID,
String tripID,
Long estimatedTime) |
Trip(String stopID,
String stopName,
String stopIndicator,
Integer stopState,
Double stopLatitude,
Double stopLongitude,
Integer visitID,
String lineID,
String lineName,
Integer directionID,
String destinationName,
String destinationText,
String vehicleID,
String tripID,
Long estimatedTime) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationName() |
String |
getDestinationText() |
Integer |
getDirectionID() |
Long |
getEstimatedTime() |
String |
getId() |
String |
getLineID() |
String |
getLineName() |
Stop |
getStop() |
String |
getVehicleID() |
Integer |
getVisitID() |
public Trip(String stopID, String stopName, String stopIndicator, Integer stopState, Double stopLatitude, Double stopLongitude, Integer visitID, String lineID, String lineName, Integer directionID, String destinationName, String destinationText, String vehicleID, String tripID, Long estimatedTime)
public Trip(Stop stop, Integer visitID, String lineID, String lineName, Integer directionID, String destinationName, String destinationText, String vehicleID, String tripID, Long estimatedTime)
public Trip(List raw) throws IOException
IOExceptionpublic Stop getStop()
public String getId()
public Integer getVisitID()
public String getLineID()
public String getLineName()
public Integer getDirectionID()
public String getDestinationName()
public String getDestinationText()
public Long getEstimatedTime()
public String getVehicleID()
Copyright © 2016–2017. All rights reserved.