toggle menu
OJP-Android-SDK
androidJvm
switch theme
search in API
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.tir.situations
/
RecommendationContentDto
Recommendation
Content
Dto
@
Xml
(
name
=
"siri:RecommendationContent"
)
data
class
RecommendationContentDto
(
@
PropertyElement
(
name
=
"siri:RecommendationText"
)
val
recommendationText
:
String
?
)
:
Parcelable
Members
Constructors
Recommendation
Content
Dto
Link copied to clipboard
constructor
(
@
PropertyElement
(
name
=
"siri:RecommendationText"
)
recommendationText
:
String
?
)
Properties
recommendation
Text
Link copied to clipboard
val
recommendationText
:
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
)