/tripkit/CommonCoreLegacy/com.skedgo.tripkit.routing/RealTimeVehicle

RealTimeVehicle

\ open class RealTimeVehicle : Parcelable

Constructors

RealTimeVehicle constructor()

Properties

Name Summary
components @SerializedName(value = "components")
@Nullable
@get:Nullable
open var components: List<List<VehicleComponent>>
CONTENTS_FILE_DESCRIPTOR val CONTENTS_FILE_DESCRIPTOR: Int = 1
CREATOR val CREATOR: Parcelable.Creator<RealTimeVehicle>
icon @SerializedName(value = "icon")
@Nullable
@get:Nullable
open var icon: String
PARCELABLE_WRITE_RETURN_VALUE val PARCELABLE_WRITE_RETURN_VALUE: Int = 1

Functions

Name Summary
addAlert open fun addAlert(alert: RealtimeAlert)
describeContents open fun describeContents(): Int
getAlerts open fun getAlerts(): ArrayList<RealtimeAlert>
getArriveAtEndStopTime open fun getArriveAtEndStopTime(): Long
getArriveAtStartStopTime open fun getArriveAtStartStopTime(): Long
getEndStopCode open fun getEndStopCode(): String
getId open fun getId(): Long
getLabel open fun getLabel(): String
getLastUpdateTime open fun getLastUpdateTime(): Long
getLocation open fun getLocation(): Location
getOccupancy @Nullable
open fun getOccupancy(): Occupancy
getServiceTripId open fun getServiceTripId(): String
getStartStopCode open fun getStartStopCode(): String
hasLocationInformation open fun hasLocationInformation(): Boolean
setAlerts open fun setAlerts(alerts: ArrayList<RealtimeAlert>)
setArriveAtEndStopTime open fun setArriveAtEndStopTime(arriveAtEndStopTime: Long)
setArriveAtStartStopTime open fun setArriveAtStartStopTime(arriveAtStartStopTime: Long)
setEndStopCode open fun setEndStopCode(endStopCode: String)
setId open fun setId(id: Long)
setLabel open fun setLabel(label: String)
setLastUpdateTime open fun setLastUpdateTime(lastUpdateTime: Long)
setLocation open fun setLocation(location: Location)
setOccupancy open fun setOccupancy(@Nullableoccupancy: String)
setServiceTripId open fun setServiceTripId(serviceTripId: String)
setStartStopCode open fun setStartStopCode(startStopCode: String)
writeToParcel open fun writeToParcel(dest: Parcel, flags: Int)