Class Event


  • public class Event
    extends Object
    • Constructor Detail

      • Event

        public Event()
    • Method Detail

      • getId

        public String getId()
      • getName

        public String getName()
      • getGroup

        public String getGroup()
      • getPayload

        public Object getPayload()
      • setPayload

        public Event setPayload​(Object payload)
      • getCreationTimestamp

        public long getCreationTimestamp()
      • getSubmitionTimestamp

        public long getSubmitionTimestamp()
      • setSubmitionTimestamp

        public Event setSubmitionTimestamp​(long submitionTimestamp)
      • getReceptionTimestamp

        public long getReceptionTimestamp()
      • setReceptionTimestamp

        public Event setReceptionTimestamp​(long receptionTimestamp)
      • getInsertionTimestamp

        public long getInsertionTimestamp()
      • setInsertionTimestamp

        public Event setInsertionTimestamp​(long insertionTimestamp)
      • getDeletionTimestamp

        public long getDeletionTimestamp()
      • setDeletionTimestamp

        public Event setDeletionTimestamp​(long deletionTimestamp)
      • getLastReadTimestamp

        public long getLastReadTimestamp()
      • setLastReadTimestamp

        public Event setLastReadTimestamp​(long lastReadTimestamp)