HapiTimetableInfoList
data class HapiTimetableInfoList(TimetableInfo: List<HapiTimetableInfo>, begin: LocalDate, end: LocalDate) : HapiResponse
Content copied to clipboard
The timetable info list contains entries for each pool of the connected HAFAS server. Each entry has a date and time attribute representing the point in time the pool was generated. The attribute ident identifies that specific pool. The list itself carries the begin and end date of the planning period as attributes.
Constructors
HapiTimetableInfoList
Link copied to clipboard
fun HapiTimetableInfoList(TimetableInfo: List<HapiTimetableInfo> = emptyList(), begin: LocalDate, end: LocalDate)
Content copied to clipboard
Properties
dialectVersion
Link copied to clipboard
serverVersion
Link copied to clipboard
TechnicalMessages
Link copied to clipboard
TimetableInfo
Link copied to clipboard