public class GetMessagesResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
nextID
The next available ID.
|
byte[][] |
receievedMessages
cotains an array of byte arrays with the messages retrieved.
|
ResultInfo |
result
contains detailed result information that should not normally be of interest.
|
| Constructor and Description |
|---|
GetMessagesResult() |
public ResultInfo result
public byte[][] receievedMessages
public long nextID