StopPointDto

@Serializable
data class StopPointDto(val privateCodes: List<PrivateCodeDto>? = emptyList(), val stopPointRef: String, val stopPointName: NameDto? = null, val nameSuffix: NameDto? = null, val plannedQuay: NameDto? = null, val estimatedQuay: NameDto? = null, val parentRef: String? = null, val topographicPlaceRef: String? = null, val wheelchairAccessible: Boolean? = null, val lighting: Boolean? = null, val covered: Boolean? = null) : AbstractPlaceDto

Created by Deniz Kalem on 25.03.2025

Constructors

Link copied to clipboard
constructor(privateCodes: List<PrivateCodeDto>? = emptyList(), stopPointRef: String, stopPointName: NameDto? = null, nameSuffix: NameDto? = null, plannedQuay: NameDto? = null, estimatedQuay: NameDto? = null, parentRef: String? = null, topographicPlaceRef: String? = null, wheelchairAccessible: Boolean? = null, lighting: Boolean? = null, covered: Boolean? = null)

Properties

Link copied to clipboard
val covered: Boolean? = null
Link copied to clipboard
val estimatedQuay: NameDto? = null
Link copied to clipboard
val lighting: Boolean? = null
Link copied to clipboard
val nameSuffix: NameDto? = null
Link copied to clipboard
val parentRef: String? = null
Link copied to clipboard
val plannedQuay: NameDto? = null
Link copied to clipboard
open override val privateCodes: List<PrivateCodeDto>?
Link copied to clipboard
val stopPointName: NameDto? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)