Package org.yamcs.protobuf
Interface LeapSecondsTable.ValidityRangeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LeapSecondsTable.ValidityRange,LeapSecondsTable.ValidityRange.Builder
- Enclosing class:
- LeapSecondsTable
public static interface LeapSecondsTable.ValidityRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintoptional int32 leapSeconds = 3;getStart()UTC timestamp (unsmeared)com.google.protobuf.ByteStringUTC timestamp (unsmeared)getStop()UTC timestamp (unsmeared)com.google.protobuf.ByteStringUTC timestamp (unsmeared)intoptional int32 taiDifference = 4;booleanoptional int32 leapSeconds = 3;booleanhasStart()UTC timestamp (unsmeared)booleanhasStop()UTC timestamp (unsmeared)booleanoptional int32 taiDifference = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasStart
boolean hasStart()UTC timestamp (unsmeared)
optional string start = 1;- Returns:
- Whether the start field is set.
-
getStart
String getStart()UTC timestamp (unsmeared)
optional string start = 1;- Returns:
- The start.
-
getStartBytes
com.google.protobuf.ByteString getStartBytes()UTC timestamp (unsmeared)
optional string start = 1;- Returns:
- The bytes for start.
-
hasStop
boolean hasStop()UTC timestamp (unsmeared)
optional string stop = 2;- Returns:
- Whether the stop field is set.
-
getStop
String getStop()UTC timestamp (unsmeared)
optional string stop = 2;- Returns:
- The stop.
-
getStopBytes
com.google.protobuf.ByteString getStopBytes()UTC timestamp (unsmeared)
optional string stop = 2;- Returns:
- The bytes for stop.
-
hasLeapSeconds
boolean hasLeapSeconds()optional int32 leapSeconds = 3;- Returns:
- Whether the leapSeconds field is set.
-
getLeapSeconds
int getLeapSeconds()optional int32 leapSeconds = 3;- Returns:
- The leapSeconds.
-
hasTaiDifference
boolean hasTaiDifference()optional int32 taiDifference = 4;- Returns:
- Whether the taiDifference field is set.
-
getTaiDifference
int getTaiDifference()optional int32 taiDifference = 4;- Returns:
- The taiDifference.
-