ServiceTimeDto

@Serializable
data class ServiceTimeDto(val timetabledTime: LocalDateTime, val estimatedTime: LocalDateTime? = null) : Parcelable

Created by Michael Ruppen on 28.06.2024

Constructors

Link copied to clipboard
constructor(timetabledTime: LocalDateTime, estimatedTime: LocalDateTime? = null)

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)