public class MessageId extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
long |
getMessageId() |
int |
hashCode() |
void |
readBytes(InputStream in) |
void |
setMessageId(long id) |
String |
toString() |
void |
writeBytes(OutputStream out) |
public long getMessageId()
public void readBytes(InputStream in) throws DataFormatException, IOException
DataFormatExceptionIOExceptionpublic void setMessageId(long id)
public void writeBytes(OutputStream out) throws DataFormatException, IOException
DataFormatExceptionIOException