public static interface GtfsRealtime.TimeRangeOrBuilder extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<GtfsRealtime.TimeRange>
Modifier and Type | Method and Description |
---|---|
long |
getEnd()
optional uint64 end = 2; |
long |
getStart()
optional uint64 start = 1; |
boolean |
hasEnd()
optional uint64 end = 2; |
boolean |
hasStart()
optional uint64 start = 1; |
getDefaultInstanceForType, getExtension, getExtension, getExtensionCount, hasExtension
boolean hasStart()
optional uint64 start = 1;
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.
long getStart()
optional uint64 start = 1;
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.
boolean hasEnd()
optional uint64 end = 2;
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.
long getEnd()
optional uint64 end = 2;
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.
Copyright © 2018. All rights reserved.