EfaServingLine

class EfaServingLine(key: Long, code: EfaMeansOfTransport, number: String?, symbol: String?, motType: EfaMeansOfTransport, mtSubcode: Int?, realtime: Boolean, direction: String, directionFrom: String, trainNum: String?, name: String, delay: Duration?, hints: List<EfaHint>?, liErgRiProj: EfaServingLine.ErgRiProject, destID: Long, stateless: String, lineDisplay: EfaServingLine.LineDisplay?)

Types

ErgRiProject
Link copied to clipboard
data class ErgRiProject(line: String, project: String, direction: String, supplement: String?, network: String)
LineDisplay
Link copied to clipboard
enum LineDisplay : Enum<EfaServingLine.LineDisplay>

Properties

code
Link copied to clipboard
val code: EfaMeansOfTransport
delay
Link copied to clipboard
val delay: Duration?
destID
Link copied to clipboard
val destID: Long
direction
Link copied to clipboard
val direction: String
directionFrom
Link copied to clipboard
val directionFrom: String
hints
Link copied to clipboard
val hints: List<EfaHint>?
key
Link copied to clipboard
val key: Long
liErgRiProj
Link copied to clipboard
val liErgRiProj: EfaServingLine.ErgRiProject
lineDisplay
Link copied to clipboard
val lineDisplay: EfaServingLine.LineDisplay? = null
motType
Link copied to clipboard
val motType: EfaMeansOfTransport
mtSubcode
Link copied to clipboard
val mtSubcode: Int?
name
Link copied to clipboard
val name: String
number
Link copied to clipboard
val number: String?
realtime
Link copied to clipboard
val realtime: Boolean
stateless
Link copied to clipboard
val stateless: String
symbol
Link copied to clipboard
val symbol: String?
trainNum
Link copied to clipboard
val trainNum: String?