toggle menu
OJP-Android-SDK
androidJvm
switch theme
search in API
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.tir.leg
/
LegTrackDto
Leg
Track
Dto
@
Xml
(
name
=
"LegTrack"
)
data
class
LegTrackDto
(
@
Element
(
name
=
"TrackSection"
)
val
trackSection
:
List
<
TrackSectionDto
>
)
:
Parcelable
Created by Michael Ruppen on 28.06.2024
Members
Constructors
Leg
Track
Dto
Link copied to clipboard
constructor
(
@
Element
(
name
=
"TrackSection"
)
trackSection
:
List
<
TrackSectionDto
>
)
Properties
track
Section
Link copied to clipboard
val
trackSection
:
List
<
TrackSectionDto
>
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)