ServiceTimeDto

@Xml
data class ServiceTimeDto(@PropertyElement(name = "TimetabledTime") val timetabledTime: LocalDateTime, @PropertyElement(name = "EstimatedTime") val estimatedTime: LocalDateTime?) : Parcelable

Created by Michael Ruppen on 28.06.2024

Constructors

Link copied to clipboard
constructor(@PropertyElement(name = "TimetabledTime") timetabledTime: LocalDateTime, @PropertyElement(name = "EstimatedTime") estimatedTime: LocalDateTime?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Only considered a delay if duration between estimated and timetabled time is >= 1 minute

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)