Class Events

java.lang.Object
com.atlassian.synchrony.Events
All Implemented Interfaces:
NotExportable

public class Events extends Object implements NotExportable
Faux class for the synchrony schema
Since:
6.0
  • Constructor Details

    • Events

      public Events()
  • Method Details

    • getEventId

      public EventId getEventId()
    • setEventId

      public void setEventId(EventId eventId)
    • getEvent

      public byte[] getEvent()
    • setEvent

      public void setEvent(byte[] event)
    • getPartition

      public int getPartition()
    • setPartition

      public void setPartition(int partition)
    • getSequence

      public int getSequence()
    • setSequence

      public void setSequence(int sequence)
    • getContentId

      public long getContentId()
    • setContentId

      public void setContentId(long contentId)
    • getInserted

      public Date getInserted()
    • setInserted

      public void setInserted(Date inserted)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object