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.tr.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
?
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
)