-
Package de.stklcode.pubtrans.ura
-
- serialVersionUID:
- -1183740075816686611L
-
Serialized Fields
-
config
UraClientConfiguration config
The client configuration.
-
mapper
com.fasterxml.jackson.databind.ObjectMapper mapper
The JSON mapper.
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
baseURL
java.lang.String baseURL
API base URL.
-
connectTimeout
java.time.Duration connectTimeout
Optional connection timeout.
-
instantPath
java.lang.String instantPath
Path to instant API endpoint.
-
streamPath
java.lang.String streamPath
Path to stream API endpoint.
-
timeout
java.time.Duration timeout
Optional read timeout.
-
Package de.stklcode.pubtrans.ura.exception
-
- serialVersionUID:
- -8035752391477338659L
-
- serialVersionUID:
- 4585240685746203433L
-
Package de.stklcode.pubtrans.ura.model
-
- serialVersionUID:
- 5233610751062774273L
-
- serialVersionUID:
- 202040044477267787L
-
Serialized Fields
-
id
java.lang.String id
Stop identifier.
-
indicator
java.lang.String indicator
The stop indicator.
-
latitude
java.lang.Double latitude
The stop geolocation latitude.
-
longitude
java.lang.Double longitude
The stop geolocation longitude.
-
name
java.lang.String name
The name of the bus stop.
-
state
java.lang.Integer state
The stop state
-
- serialVersionUID:
- 7477381188869237381L
-
Serialized Fields
-
destinationName
java.lang.String destinationName
The destination name.
-
destinationText
java.lang.String destinationText
The destination text.
-
directionID
java.lang.Integer directionID
The direction ID.
-
estimatedTime
java.lang.Long estimatedTime
The estimated departure time.
-
id
java.lang.String id
The identifier of the specific trip that the prediction is for.
-
lineID
java.lang.String lineID
The line ID.
-
lineName
java.lang.String lineName
The line name
-
stop
Stop stop
The starting stop.
-
vehicleID
java.lang.String vehicleID
The vehicle ID.
-
visitID
java.lang.Integer visitID
Visit identifier.