Modifier and Type | Class and Description |
---|---|
static class |
ChangesResult.Row
Represent a row in Changes result.
|
Constructor and Description |
---|
ChangesResult() |
Modifier and Type | Method and Description |
---|---|
String |
getLastSeq() |
List<ChangesResult.Row> |
getResults() |
void |
setLastSeq(String lastSeq) |
void |
setResults(List<ChangesResult.Row> results) |
public List<ChangesResult.Row> getResults()
public void setResults(List<ChangesResult.Row> results)
public String getLastSeq()
public void setLastSeq(String lastSeq)
Copyright © 2011–2016. All rights reserved.