public static interface GtfsRealtime.TripUpdate.StopTimeEventOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<GtfsRealtime.TripUpdate.StopTimeEvent>
| Modifier and Type | Method and Description |
|---|---|
int |
getDelay()
Delay (in seconds) can be positive (meaning that the vehicle is late) or
negative (meaning that the vehicle is ahead of schedule).
|
long |
getTime()
Event as absolute time.
|
int |
getUncertainty()
If uncertainty is omitted, it is interpreted as unknown.
|
boolean |
hasDelay()
Delay (in seconds) can be positive (meaning that the vehicle is late) or
negative (meaning that the vehicle is ahead of schedule).
|
boolean |
hasTime()
Event as absolute time.
|
boolean |
hasUncertainty()
If uncertainty is omitted, it is interpreted as unknown.
|
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtensionboolean hasDelay()
Delay (in seconds) can be positive (meaning that the vehicle is late) or negative (meaning that the vehicle is ahead of schedule). Delay of 0 means that the vehicle is exactly on time.
optional int32 delay = 1;int getDelay()
Delay (in seconds) can be positive (meaning that the vehicle is late) or negative (meaning that the vehicle is ahead of schedule). Delay of 0 means that the vehicle is exactly on time.
optional int32 delay = 1;boolean hasTime()
Event as absolute time. In Unix time (i.e., number of seconds since January 1st 1970 00:00:00 UTC).
optional int64 time = 2;long getTime()
Event as absolute time. In Unix time (i.e., number of seconds since January 1st 1970 00:00:00 UTC).
optional int64 time = 2;boolean hasUncertainty()
If uncertainty is omitted, it is interpreted as unknown. If the prediction is unknown or too uncertain, the delay (or time) field should be empty. In such case, the uncertainty field is ignored. To specify a completely certain prediction, set its uncertainty to 0.
optional int32 uncertainty = 3;int getUncertainty()
If uncertainty is omitted, it is interpreted as unknown. If the prediction is unknown or too uncertain, the delay (or time) field should be empty. In such case, the uncertainty field is ignored. To specify a completely certain prediction, set its uncertainty to 0.
optional int32 uncertainty = 3;Copyright © 2019. All rights reserved.