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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLeapSeconds()optional int32 leapSeconds = 3;StringgetStart()UTC timestamp (unsmeared)com.google.protobuf.ByteStringgetStartBytes()UTC timestamp (unsmeared)StringgetStop()UTC timestamp (unsmeared)com.google.protobuf.ByteStringgetStopBytes()UTC timestamp (unsmeared)intgetTaiDifference()optional int32 taiDifference = 4;booleanhasLeapSeconds()optional int32 leapSeconds = 3;booleanhasStart()UTC timestamp (unsmeared)booleanhasStop()UTC timestamp (unsmeared)booleanhasTaiDifference()optional int32 taiDifference = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStart
boolean hasStart()
UTC timestamp (unsmeared)
optional string start = 1;
-
getStart
String getStart()
UTC timestamp (unsmeared)
optional string start = 1;
-
getStartBytes
com.google.protobuf.ByteString getStartBytes()
UTC timestamp (unsmeared)
optional string start = 1;
-
hasStop
boolean hasStop()
UTC timestamp (unsmeared)
optional string stop = 2;
-
getStop
String getStop()
UTC timestamp (unsmeared)
optional string stop = 2;
-
getStopBytes
com.google.protobuf.ByteString getStopBytes()
UTC timestamp (unsmeared)
optional string stop = 2;
-
hasLeapSeconds
boolean hasLeapSeconds()
optional int32 leapSeconds = 3;
-
getLeapSeconds
int getLeapSeconds()
optional int32 leapSeconds = 3;
-
hasTaiDifference
boolean hasTaiDifference()
optional int32 taiDifference = 4;
-
getTaiDifference
int getTaiDifference()
optional int32 taiDifference = 4;
-
-