toggle menu
OJP-Android-SDK
androidJvm
switch theme
search in API
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.tir.situations
/
ReasonContentDto
Reason
Content
Dto
@
Serializable
data
class
ReasonContentDto
(
val
reasonText
:
String
?
=
null
)
:
Parcelable
Members
Constructors
Reason
Content
Dto
Link copied to clipboard
constructor
(
reasonText
:
String
?
=
null
)
Properties
reason
Text
Link copied to clipboard
val
reasonText
:
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
)