toggle menu
OJP-Android-SDK
androidJvm
switch theme
search in API
OJP-Android-SDK
/
ch.opentransportdata.ojp.data.dto.response.tir.situations
/
InfoLink
Info
Link
@
Xml
(
name
=
"siri:InfoLink"
)
data
class
InfoLink
(
@
PropertyElement
(
name
=
"siri:Uri"
)
val
uri
:
String
,
@
PropertyElement
(
name
=
"siri:Label"
)
val
label
:
String
?
)
:
Parcelable
Members
Constructors
Info
Link
Link copied to clipboard
constructor
(
@
PropertyElement
(
name
=
"siri:Uri"
)
uri
:
String
,
@
PropertyElement
(
name
=
"siri:Label"
)
label
:
String
?
)
Properties
label
Link copied to clipboard
val
label
:
String
?
uri
Link copied to clipboard
val
uri
:
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
)