Class DecodedTimestamp


  • public class DecodedTimestamp
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DecodedTimestamp​(long epochSeconds, int nanosOfSecond)  
    • Constructor Detail

      • DecodedTimestamp

        public DecodedTimestamp​(long epochSeconds,
                                int nanosOfSecond)
    • Method Detail

      • getEpochSeconds

        public long getEpochSeconds()
      • getNanosOfSecond

        public int getNanosOfSecond()