/tripkit/TripKitAndroidUIData/com.skedgo.tripkit.ui.data.realtime/LatestServiceResponse
LatestServiceResponse
\ @Value.Immutable
@Gson.TypeAdapters
interface LatestServiceResponse
Functions
Name | Summary |
---|---|
alerts | abstract fun alerts(): List<RealtimeAlert>? |
endStopCode | abstract fun endStopCode(): String? |
endTime | open fun endTime(): Long? |
lastUpdate | abstract fun lastUpdate(): Long? |
realtimeAlternativeVehicle | abstract fun realtimeAlternativeVehicle(): List<RealTimeVehicle>? |
realtimeVehicle | abstract fun realtimeVehicle(): RealTimeVehicle? |
serviceTripID | abstract fun serviceTripID(): String |
startStopCode | abstract fun startStopCode(): String? |
startTime | open fun startTime(): Long? |
toRealTimeVehicle | fun LatestServiceResponse.toRealTimeVehicle(): RealTimeVehicle |