Class TimelineEntry<T>

java.lang.Object
blue.contract.model.TimelineEntry<T>
Direct Known Subclasses:
SimulatorTimelineEntry

public class TimelineEntry<T> extends Object
  • Field Details

    • timeline

      protected String timeline
    • timelinePrev

      protected String timelinePrev
    • thread

      protected String thread
    • threadPrev

      protected String threadPrev
    • message

      protected T message
    • signature

      protected String signature
  • Constructor Details

    • TimelineEntry

      public TimelineEntry()
  • Method Details