public class StdDocumentChange extends Object implements DocumentChange
| Constructor and Description |
|---|
StdDocumentChange(org.codehaus.jackson.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.
|
org.codehaus.jackson.JsonNode |
getDocAsNode()
If the feed has been setup to include docs, it will be available through this accessor.
|
String |
getId() |
String |
getRevision() |
int |
getSequence() |
boolean |
isDeleted() |
String |
toString() |
public int getSequence()
getSequence in interface DocumentChangepublic String getId()
getId in interface DocumentChangepublic boolean isDeleted()
isDeleted in interface DocumentChangepublic String getDoc()
DocumentChangegetDoc in interface DocumentChangepublic org.codehaus.jackson.JsonNode getDocAsNode()
DocumentChangegetDocAsNode in interface DocumentChangepublic String getRevision()
getRevision in interface DocumentChangeCopyright © 2012. All Rights Reserved.