public class Events extends Object implements Serializable
Constructor and Description |
---|
Events() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte[] |
getEvent() |
String |
getHistory() |
int |
getPartition() |
String |
getRev() |
int |
getSequence() |
int |
hashCode() |
void |
setEvent(byte[] event) |
void |
setHistory(String history) |
void |
setPartition(int partition) |
void |
setRev(String rev) |
void |
setSequence(int sequence) |
String |
toString() |
public byte[] getEvent()
public void setEvent(byte[] event)
public String getHistory()
public void setHistory(String history)
public int getPartition()
public void setPartition(int partition)
public String getRev()
public void setRev(String rev)
public int getSequence()
public void setSequence(int sequence)
Copyright © 2003–2016 Atlassian. All rights reserved.