ContinuousLegDto

@Xml(name = "ContinuousLeg")
data class ContinuousLegDto(@Element(name = "LegStart") val legStart: LegStartEndDto, @Element(name = "LegEnd") val legEnd: LegStartEndDto, @PropertyElement(name = "Duration") val duration: Duration) : AbstractLegType, Parcelable

Created by Michael Ruppen on 12.07.2024

Constructors

Link copied to clipboard
constructor(@Element(name = "LegStart") legStart: LegStartEndDto, @Element(name = "LegEnd") legEnd: LegStartEndDto, @PropertyElement(name = "Duration") duration: Duration)

Properties

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
abstract fun writeToParcel(p0: Parcel, p1: Int)