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 boolean
equals(Object o)
long
getContentId()
byte[]
getEvent()
EventId
getEventId()
Date
getInserted()
int
getPartition()
int
getSequence()
int
hashCode()
void
setContentId(long contentId)
void
setEvent(byte[] event)
void
setEventId(EventId eventId)
void
setInserted(Date inserted)
void
setPartition(int partition)
void
setSequence(int sequence)
String
toString()
-
-
-
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)
-
-