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.domain.model
/
Line
Line
data
class
Line
(
val
lineRef
:
String
,
val
directionRef
:
String
?
=
null
)
:
Parcelable
Created by Deniz Kalem on 20.05.2026
Members
Constructors
Line
Link copied to clipboard
constructor
(
lineRef
:
String
,
directionRef
:
String
?
=
null
)
Properties
direction
Ref
Link copied to clipboard
val
directionRef
:
String
?
line
Ref
Link copied to clipboard
val
lineRef
:
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
)