Interface LeapSecondsTable.ValidityRangeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getLeapSeconds()
      optional int32 leapSeconds = 3;
      String getStart()
      UTC timestamp (unsmeared)
      com.google.protobuf.ByteString getStartBytes()
      UTC timestamp (unsmeared)
      String getStop()
      UTC timestamp (unsmeared)
      com.google.protobuf.ByteString getStopBytes()
      UTC timestamp (unsmeared)
      int getTaiDifference()
      optional int32 taiDifference = 4;
      boolean hasLeapSeconds()
      optional int32 leapSeconds = 3;
      boolean hasStart()
      UTC timestamp (unsmeared)
      boolean hasStop()
      UTC timestamp (unsmeared)
      boolean hasTaiDifference()
      optional int32 taiDifference = 4;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;