Class Event

java.lang.Object
step.plugins.events.Event

public class Event extends Object
  • Constructor Details

    • Event

      public Event()
  • Method Details

    • getId

      public String getId()
    • setId

      public Event setId(String id)
    • getName

      public String getName()
    • setName

      public Event setName(String name)
    • getGroup

      public String getGroup()
    • setGroup

      public Event setGroup(String group)
    • getPayload

      public Object getPayload()
    • setPayload

      public Event setPayload(Object payload)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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)