public class Events extends Object
Constructor and Description |
---|
Events() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getEvent() |
EventId |
getEventId() |
int |
getPartition() |
int |
getSequence() |
int |
hashCode() |
void |
setEvent(byte[] event) |
void |
setEventId(EventId eventId) |
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)
Copyright © 2003–2017 Atlassian. All rights reserved.