public class IterationNextResponse<E> extends Object
Constructor and Description |
---|
IterationNextResponse(short status,
List<Map.Entry<Object,E>> entries,
boolean hasMore) |
Modifier and Type | Method and Description |
---|---|
List<Map.Entry<Object,E>> |
getEntries() |
short |
getStatus() |
boolean |
hasMore() |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.