HapiTimetableInfoList

data class HapiTimetableInfoList(TimetableInfo: List<HapiTimetableInfo>, begin: LocalDate, end: LocalDate) : HapiResponse

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)

Properties

begin
Link copied to clipboard
val begin: LocalDate
dialectVersion
Link copied to clipboard
val dialectVersion: String? = null
end
Link copied to clipboard
val end: LocalDate
errorCode
Link copied to clipboard
val errorCode: String? = null
errorText
Link copied to clipboard
val errorText: String? = null
planRtTs
Link copied to clipboard
val planRtTs: Long? = null
requestId
Link copied to clipboard
val requestId: String? = null
serverVersion
Link copied to clipboard
val serverVersion: String? = null
TechnicalMessages
Link copied to clipboard
val TechnicalMessages: List<HapiPair>
TimetableInfo
Link copied to clipboard
val TimetableInfo: List<HapiTimetableInfo>
version
Link copied to clipboard
val version: String? = null