/tripkit/TripKitAndroid/com.skedgo.tripkit/ServiceResponse
ServiceResponse
\ @Value.Immutable
@Gson.TypeAdapters
interface ServiceResponse
Functions
Name | Summary |
---|---|
alerts | @Nullable abstract fun alerts(): List<RealtimeAlert> |
modeInfo | @Nullable abstract fun modeInfo(): ModeInfo |
realtimeAlternativeVehicle | @Nullable abstract fun realtimeAlternativeVehicle(): List<RealTimeVehicle> |
realTimeStatus | @Nullable abstract fun realTimeStatus(): String |
realtimeVehicle | @Nullable abstract fun realtimeVehicle(): RealTimeVehicle |
shapes | abstract fun shapes(): List<Shape> |