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
A timestamped object records the moment at which it was created.
- Author:
- Stephen G. Ware
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal longThe 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
ConstructorsConstructorDescriptionConstructs a new timestamped object and records the moment at which it was created. -
Method Summary
-
Field Details
-
time
public final long timeThe 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.
-