public static class ChangesResult.Row extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ChangesResult.Row.Rev
Represent a Change rev.
|
Constructor and Description |
---|
Row() |
Modifier and Type | Method and Description |
---|---|
List<ChangesResult.Row.Rev> |
getChanges() |
com.google.gson.JsonObject |
getDoc() |
String |
getId() |
String |
getSeq() |
boolean |
isDeleted() |
public String getSeq()
public String getId()
public List<ChangesResult.Row.Rev> getChanges()
public boolean isDeleted()
public com.google.gson.JsonObject getDoc()
Copyright © 2011–2016. All rights reserved.