Class Session.Timestamped

java.lang.Object
edu.uky.cs.nil.tt.Session.Timestamped
Direct Known Subclasses:
Session.Event, Session.Report, Session.Result
Enclosing class:
Session

public static class Session.Timestamped extends Object
A timestamped object records the moment at which it was created.
Author:
Stephen G. Ware
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final long
    The time this object was created, as the number of milliseconds from the epoch (1970-01-01T00:00:00Z) in Coordinated Universal Time (UTC)
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructs a new timestamped object and records the moment at which it was created.
  • Method Summary

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • time

      public final long time
      The time this object was created, as the number of milliseconds from the epoch (1970-01-01T00:00:00Z) in Coordinated Universal Time (UTC)
  • Constructor Details

    • Timestamped

      public Timestamped()
      Constructs a new timestamped object and records the moment at which it was created.