Package com.atlassian.synchrony
Class Events
java.lang.Object
com.atlassian.synchrony.Events
- All Implemented Interfaces:
NotExportable
Faux class for the synchrony schema
- Since:
- 6.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlongbyte[]getEvent()intintinthashCode()voidsetContentId(long contentId) voidsetEvent(byte[] event) voidsetEventId(EventId eventId) voidsetInserted(Date inserted) voidsetPartition(int partition) voidsetSequence(int sequence) toString()
-
Constructor Details
-
Events
public Events()
-
-
Method Details
-
getEventId
-
setEventId
-
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
-
setInserted
-
equals
-
hashCode
public int hashCode() -
toString
-