public static interface GtfsRealtime.TimeRangeOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<GtfsRealtime.TimeRange>
| Modifier and Type | Method and Description |
|---|---|
long |
getEnd()
End time, in POSIX time (i.e., number of seconds since January 1st 1970
00:00:00 UTC).
|
long |
getStart()
Start time, in POSIX time (i.e., number of seconds since January 1st 1970
00:00:00 UTC).
|
boolean |
hasEnd()
End time, in POSIX time (i.e., number of seconds since January 1st 1970
00:00:00 UTC).
|
boolean |
hasStart()
Start time, in POSIX time (i.e., number of seconds since January 1st 1970
00:00:00 UTC).
|
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtensionboolean hasStart()
Start time, in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC). If missing, the interval starts at minus infinity.
optional uint64 start = 1;long getStart()
Start time, in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC). If missing, the interval starts at minus infinity.
optional uint64 start = 1;boolean hasEnd()
End time, in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC). If missing, the interval ends at plus infinity.
optional uint64 end = 2;long getEnd()
End time, in POSIX time (i.e., number of seconds since January 1st 1970 00:00:00 UTC). If missing, the interval ends at plus infinity.
optional uint64 end = 2;Copyright © 2019. All rights reserved.