Package 

Class EventDetail

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final int count
      private final int firstTime
      private final int lastTime
      private final String name
    • Constructor Summary

      Constructors 
      Constructor Description
      EventDetail(int count, int firstTime, int lastTime, String name)
    • Method Summary

      Modifier and Type Method Description
      int getCount()
      int getFirstTime()
      int getLastTime()
      String getName()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait