Package com.atlassian.synchrony
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 Summary
Constructors Constructor Description Events()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)longgetContentId()byte[]getEvent()EventIdgetEventId()DategetInserted()intgetPartition()intgetSequence()inthashCode()voidsetContentId(long contentId)voidsetEvent(byte[] event)voidsetEventId(EventId eventId)voidsetInserted(Date inserted)voidsetPartition(int partition)voidsetSequence(int sequence)StringtoString()
-
-
-
Method Detail
-
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)
-
-