tripkit-android / com.skedgo.tripkit.routing / RealTimeVehicle

RealTimeVehicle

open class RealTimeVehicle : Parcelable

Constructors

Name Summary
<init> RealTimeVehicle()

Properties

Name Summary
CREATOR static val CREATOR: Creator<RealTimeVehicle!>!

Functions

Name Summary
addAlert open fun addAlert(alert:RealtimeAlert!):Unit
describeContents open fun describeContents():Int
getAlerts open fun getAlerts():ArrayList<RealtimeAlert!>!
getArriveAtEndStopTime open fun getArriveAtEndStopTime():Long
getArriveAtStartStopTime open fun getArriveAtStartStopTime():Long
getComponents open fun getComponents():MutableList<MutableList<VehicleComponent!>!>?
getEndStopCode open fun getEndStopCode():String!
getIcon open fun getIcon():String?
getId open fun getId():Long
getLabel open fun getLabel():String!
getLastUpdateTime open fun getLastUpdateTime():Long
getLocation open fun getLocation():Location!
getOccupancy 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!>!):Unit
setArriveAtEndStopTime open fun setArriveAtEndStopTime(arriveAtEndStopTime:Long):Unit
setArriveAtStartStopTime open fun setArriveAtStartStopTime(arriveAtStartStopTime:Long):Unit
setComponents open fun setComponents(components:MutableList<MutableList<VehicleComponent!>!>?):Unit
setEndStopCode open fun setEndStopCode(endStopCode:String!):Unit
setIcon open fun setIcon(icon:String?):Unit
setId open fun setId(id:Long):Unit
setLabel open fun setLabel(label:String!):Unit
setLastUpdateTime open fun setLastUpdateTime(lastUpdateTime:Long):Unit
setLocation open fun setLocation(location:Location!):Unit
setOccupancy open fun setOccupancy(occupancy:String?):Unit
setServiceTripId open fun setServiceTripId(serviceTripId:String!):Unit
setStartStopCode open fun setStartStopCode(startStopCode:String!):Unit
writeToParcel open fun writeToParcel(dest: Parcel!, flags:Int):Unit

Extension Functions

Name Summary
getAverageOccupancy funRealTimeVehicle.getAverageOccupancy():Occupancy?
hasSingleVehicleOccupancy funRealTimeVehicle.hasSingleVehicleOccupancy():Boolean
hasVehiclesOccupancy funRealTimeVehicle.hasVehiclesOccupancy():Boolean