Package com.couchbase.lite
Class Conflict
java.lang.Object
com.couchbase.lite.Conflict
The representation of conflicting changes in the remote and local instances of a document.
-
Method Summary
Modifier and TypeMethodDescriptionThe id of the conflicted documentThe local instance of the document.The remote instance of the document.
-
Method Details
-
getDocumentId
The id of the conflicted document- Returns:
- the document id.
-
getLocalDocument
The local instance of the document.- Returns:
- the local version of the document
-
getRemoteDocument
The remote instance of the document.- Returns:
- the remote version of the document
-