Class ChangesResult.Row

java.lang.Object
org.lightcouch.ChangesResult.Row
Enclosing class:
ChangesResult

public static class ChangesResult.Row extends Object
Represent a row in Changes result.
  • Field Details

  • Constructor Details

    • Row

      public Row()
  • Method Details

    • getSeq

      public String getSeq()
    • getId

      public String getId()
    • getChanges

      public List<ChangesResult.Row.Rev> getChanges()
    • isDeleted

      public boolean isDeleted()
    • getDoc

      public com.google.gson.JsonObject getDoc()