toggle menu
OJP-Android-SDK
androidJvm
switch theme
search in API
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.tir.situations
/
AffectsDto
Affects
Dto
@
Xml
(
name
=
"siri:Affects"
)
data
class
AffectsDto
(
@
Element
(
name
=
"siri:StopPoints"
)
val
stopPoints
:
StopPointsDto
?
)
:
Parcelable
Created by Michael Ruppen on 28.06.2024
Members
Constructors
Affects
Dto
Link copied to clipboard
constructor
(
@
Element
(
name
=
"siri:StopPoints"
)
stopPoints
:
StopPointsDto
?
)
Properties
stop
Points
Link copied to clipboard
val
stopPoints
:
StopPointsDto
?
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
)