Serialized Form

  • Package de.stklcode.pubtrans.ura

    • Class de.stklcode.pubtrans.ura.UraClient extends java.lang.Object implements Serializable

      serialVersionUID:
      -1183740075816686611L
      • Serialized Fields

        • config
          UraClientConfiguration config
          The client configuration.
        • mapper
          com.fasterxml.jackson.databind.ObjectMapper mapper
          The JSON mapper.
    • Class de.stklcode.pubtrans.ura.UraClientConfiguration extends java.lang.Object implements Serializable

      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

  • Package de.stklcode.pubtrans.ura.model

    • Class de.stklcode.pubtrans.ura.model.Message extends java.lang.Object implements Serializable

      serialVersionUID:
      5233610751062774273L
      • Serialized Fields

        • priority
          java.lang.Integer priority
          Message priority.
        • stop
          Stop stop
          Corresponding stop.
        • text
          java.lang.String text
          Message text.
        • type
          java.lang.Integer type
          Message type.
        • uuid
          java.lang.String uuid
          Message UUID.
    • Class de.stklcode.pubtrans.ura.model.Stop extends java.lang.Object implements Serializable

      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
    • Class de.stklcode.pubtrans.ura.model.Trip extends java.lang.Object implements Serializable

      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.