Class ManagerBase.SessionTiming

  • Enclosing class:
    ManagerBase

    protected static final class ManagerBase.SessionTiming
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SessionTiming​(long timestamp, int duration)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getDuration()
      Return the duration associated with this piece of timing information in seconds.
      long getTimestamp()
      Return the time stamp associated with this piece of timing information in milliseconds.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SessionTiming

        public SessionTiming​(long timestamp,
                             int duration)
    • Method Detail

      • getTimestamp

        public long getTimestamp()
        Return the time stamp associated with this piece of timing information in milliseconds.
        Returns:
        Time stamp associated with this piece of timing information in milliseconds
      • getDuration

        public int getDuration()
        Return the duration associated with this piece of timing information in seconds.
        Returns:
        Duration associated with this piece of timing information in seconds