public class TransitView
extends java.lang.Object
Constructor and Description |
---|
TransitView() |
TransitView(Transit transit) |
Modifier and Type | Method and Description |
---|---|
java.time.Instant |
getEnd()
Returns the end time of the transit
|
java.util.UUID |
getId()
Returns the ID of the transit
|
java.time.Instant |
getReceiveTime()
Returns the time when the transit was registered by the server
|
java.time.Instant |
getStart()
Returns the start time of the transit
|
ZoneSequenceView |
getZoneSequence()
Returns the zone sequence through which the transit happened
|
public TransitView(Transit transit)
public TransitView()
public java.util.UUID getId()
public java.time.Instant getReceiveTime()
public ZoneSequenceView getZoneSequence()
public java.time.Instant getStart()
public java.time.Instant getEnd()