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() |
boolean |
isDeleted() |
String |
toString() |
public StdDocumentChange(com.fasterxml.jackson.databind.JsonNode node)
public int getSequence()
getSequence
in interface DocumentChange
public String getId()
getId
in interface DocumentChange
public boolean isDeleted()
isDeleted
in interface DocumentChange
public String getDoc()
DocumentChange
getDoc
in interface DocumentChange
public com.fasterxml.jackson.databind.JsonNode getDocAsNode()
DocumentChange
getDocAsNode
in interface DocumentChange
public String getRevision()
getRevision
in interface DocumentChange
public List<String> getRevisions()
getRevisions
in interface DocumentChange
Copyright © 2013. All Rights Reserved.