Class RecordedEvent


  • public class RecordedEvent
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RecordedEvent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getBoolean​(java.lang.String fieldName)  
      int getInt​(java.lang.String fieldName)  
      java.lang.String getString​(java.lang.String fieldName)  
      • Methods inherited from class java.lang.Object

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

      • RecordedEvent

        public RecordedEvent()
    • Method Detail

      • getString

        public java.lang.String getString​(java.lang.String fieldName)
      • getBoolean

        public boolean getBoolean​(java.lang.String fieldName)
      • getInt

        public int getInt​(java.lang.String fieldName)