public class ViewResult extends Object implements Iterable<ViewResult.Row>, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewResult.Row |
| Constructor and Description |
|---|
ViewResult(org.codehaus.jackson.JsonNode resultNode,
boolean ignoreNotFound) |
| Modifier and Type | Method and Description |
|---|---|
int |
getOffset() |
List<ViewResult.Row> |
getRows() |
int |
getSize() |
int |
getTotalRows() |
long |
getUpdateSeq() |
String |
getUpdateSeqAsString() |
boolean |
isEmpty() |
boolean |
isUpdateSeqNumeric() |
Iterator<ViewResult.Row> |
iterator() |
void |
setUpdateSeq(String updateSeq) |
public ViewResult(org.codehaus.jackson.JsonNode resultNode,
boolean ignoreNotFound)
public List<ViewResult.Row> getRows()
public int getSize()
public int getOffset()
public int getTotalRows()
public long getUpdateSeq()
public boolean isUpdateSeqNumeric()
public String getUpdateSeqAsString()
public void setUpdateSeq(String updateSeq)
public Iterator<ViewResult.Row> iterator()
iterator in interface Iterable<ViewResult.Row>public boolean isEmpty()
Copyright © 2012. All Rights Reserved.