Class LogEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      LogEvent()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • username

        public java.lang.String username
      • userId

        public int userId
      • scenario

        public java.lang.String scenario
      • start

        public long start
      • end

        public long end
      • elapsed

        public long elapsed
    • Constructor Detail

      • LogEvent

        public LogEvent()