Class Timestamped<T>


  • public class Timestamped<T>
    extends Alarm<T>
    • Field Detail

      • EPOCH_SECONDS_PAST_1970

        public static long EPOCH_SECONDS_PAST_1970
      • seconds

        protected long seconds
        past 1.1.2970
      • nanos

        protected int nanos
    • Constructor Detail

      • Timestamped

        public Timestamped()
    • Method Detail

      • getSeconds

        public long getSeconds()
      • setSeconds

        public void setSeconds​(long seconds)
      • getNanos

        public int getNanos()
      • setNanos

        public void setNanos​(int nanos)
      • getMillis

        public long getMillis()