public class BrowsePageDTO extends Object
Holds a page of data browsed from a destination.
Modifier and Type | Field and Description |
---|---|
long |
first_seq |
long |
last_seq |
List<MessageStatusDTO> |
messages |
long |
total_messages |
Constructor and Description |
---|
BrowsePageDTO() |
public long first_seq
public long last_seq
public long total_messages
public List<MessageStatusDTO> messages
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.