StopTimeKey Data Type

This class is used as a reference to a StopTime wrapping the getId and stopSequence. StopTimes instances do not exist in the graph as entities, they are represented by the TripTimes, but we use this class to map other entities (NoticeAssignment) to StopTimes to be able to decorate itineraries with such data.

Implemented Interfaces
Serializable
Properties
name data type description
Properties inherited from TransitEntity
id FeedScopedId

Example

{
  "id" : {
    "feedId" : "...",
    "id" : "..."
  }
}