TransferLegDto

@Serializable
data class TransferLegDto(val transferType: TransferType, val legStart: LegStartEndDto, val legEnd: LegStartEndDto, val duration: Duration, val pathGuidance: PathGuidanceDto?) : AbstractLegType, Parcelable

Created by Michael Ruppen on 28.06.2024

Constructors

Link copied to clipboard
constructor(transferType: TransferType, legStart: LegStartEndDto, legEnd: LegStartEndDto, duration: Duration, pathGuidance: PathGuidanceDto?)

Properties

Link copied to clipboard
@Serializable(with = DurationSerializer::class)
val duration: Duration
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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