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