public class Events extends Object implements NotExportable
Constructor and Description |
---|
Events() |
Modifier and Type | Method and 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() |
public EventId getEventId()
public void setEventId(EventId eventId)
public byte[] getEvent()
public void setEvent(byte[] event)
public int getPartition()
public void setPartition(int partition)
public int getSequence()
public void setSequence(int sequence)
public long getContentId()
public void setContentId(long contentId)
public Date getInserted()
public void setInserted(Date inserted)
Copyright © 2003–2020 Atlassian. All rights reserved.