public class StdDocumentChange extends Object implements DocumentChange
| Constructor and Description |
|---|
StdDocumentChange(com.fasterxml.jackson.databind.JsonNode node) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDoc()
If the feed has been setup to include docs, it will be available through this accessor.
|
com.fasterxml.jackson.databind.JsonNode |
getDocAsNode()
If the feed has been setup to include docs, it will be available through this accessor.
|
String |
getId() |
String |
getRevision() |
List<String> |
getRevisions() |
int |
getSequence() |
String |
getStringSequence() |
boolean |
isDeleted() |
String |
toString() |
public StdDocumentChange(com.fasterxml.jackson.databind.JsonNode node)
public int getSequence()
getSequence in interface DocumentChangepublic String getStringSequence()
getStringSequence in interface DocumentChangepublic String getId()
getId in interface DocumentChangepublic boolean isDeleted()
isDeleted in interface DocumentChangepublic String getDoc()
DocumentChangegetDoc in interface DocumentChangepublic com.fasterxml.jackson.databind.JsonNode getDocAsNode()
DocumentChangegetDocAsNode in interface DocumentChangepublic String getRevision()
getRevision in interface DocumentChangepublic List<String> getRevisions()
getRevisions in interface DocumentChangeCopyright © 2017. All rights reserved.