Class EventResponse

  • Direct Known Subclasses:
    ImmutableEventResponse

    @Immutable
    public abstract class EventResponse
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EventResponse()  
    • Method Summary

      Modifier and Type Method Description
      abstract java.util.List<Event> getEvents()  
      abstract java.math.BigInteger getIndex()  
      • Methods inherited from class java.lang.Object

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

      • EventResponse

        public EventResponse()
    • Method Detail

      • getEvents

        @Parameter
        public abstract java.util.List<Event> getEvents()
      • getIndex

        @Parameter
        public abstract java.math.BigInteger getIndex()