toggle menu
OJP-Android-SDK
androidJvm
switch theme
search in API
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.tir.situations
/
PassengerInformationActionDto
Passenger
Information
Action
Dto
@
Serializable
data
class
PassengerInformationActionDto
(
val
recordedAtTime
:
LocalDateTime
?
=
null
,
val
textualContent
:
TextualContentDto
?
=
null
)
:
Parcelable
Members
Constructors
Passenger
Information
Action
Dto
Link copied to clipboard
constructor
(
recordedAtTime
:
LocalDateTime
?
=
null
,
textualContent
:
TextualContentDto
?
=
null
)
Properties
recorded
At
Time
Link copied to clipboard
val
recordedAtTime
:
LocalDateTime
?
=
null
textual
Content
Link copied to clipboard
val
textualContent
:
TextualContentDto
?
=
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
)