-
public final class StationStop
-
-
Field Summary
Fields Modifier and Type Field Description private final DisplayInformationsdisplayInformationsprivate final StopDateTimestopDateTimeprivate final List<Link>links
-
Constructor Summary
Constructors Constructor Description StationStop(DisplayInformations displayInformations, StopDateTime stopDateTime, List<Link> links)
-
Method Summary
Modifier and Type Method Description final StringfindVehicleId()final DisplayInformationscomponent1()final StopDateTimecomponent2()final List<Link>component3()final StationStopcopy(DisplayInformations displayInformations, StopDateTime stopDateTime, List<Link> links)final DisplayInformationsgetDisplayInformations()final StopDateTimegetStopDateTime()final List<Link>getLinks()-
-
Constructor Detail
-
StationStop
StationStop(DisplayInformations displayInformations, StopDateTime stopDateTime, List<Link> links)
-
-
Method Detail
-
findVehicleId
final String findVehicleId()
-
component1
final DisplayInformations component1()
-
component2
final StopDateTime component2()
-
component3
final List<Link> component3()
-
copy
final StationStop copy(DisplayInformations displayInformations, StopDateTime stopDateTime, List<Link> links)
-
getDisplayInformations
final DisplayInformations getDisplayInformations()
-
getStopDateTime
final StopDateTime getStopDateTime()
-
-
-
-