toggle menu
OJP-Android-SDK
androidJvm
switch theme
search in API
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.tir.situations
/
AffectedStopPointDto
Affected
Stop
Point
Dto
@
Xml
(
name
=
"siri:AffectedStopPoint"
)
data
class
AffectedStopPointDto
(
@
PropertyElement
(
name
=
"siri:StopPointRef"
)
val
stopPointRef
:
String
?
=
null
)
:
Parcelable
Created by Michael Ruppen on 28.06.2024
Members
Constructors
Affected
Stop
Point
Dto
Link copied to clipboard
constructor
(
@
PropertyElement
(
name
=
"siri:StopPointRef"
)
stopPointRef
:
String
?
=
null
)
Properties
stop
Point
Ref
Link copied to clipboard
val
stopPointRef
:
String
?
=
null
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
)