HciJourneyDelaySummary

data class HciJourneyDelaySummary(name: String?, cumulatedDelay: Int?, numTrains: Int?, numTrainsOnTime: Int?)

Properties

cumulatedDelay
Link copied to clipboard
val cumulatedDelay: Int?

The cumulated delay of all journeys

name
Link copied to clipboard
val name: String?

The name of this delay summary

numTrains
Link copied to clipboard
val numTrains: Int?

THe total number of trains on this journey

numTrainsOnTime
Link copied to clipboard
val numTrainsOnTime: Int?

The total number of punctual trains on this journey