OJP-Android-SDK
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
OJP-Android-SDK
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.ser
/
StopEventResultDto
Stop
Event
Result
Dto
@
Serializable
data
class
StopEventResultDto
(
val
id
:
String
,
val
stopEvent
:
StopEventDto
)
:
Parcelable
Created by Deniz Kalem on 20.05.2026
Members
Constructors
Stop
Event
Result
Dto
Link copied to clipboard
constructor
(
id
:
String
,
stopEvent
:
StopEventDto
)
Properties
id
Link copied to clipboard
val
id
:
String
stop
Event
Link copied to clipboard
val
stopEvent
:
StopEventDto
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
)