Package com.couchbase.lite
Class ReplicatedDocument
java.lang.Object
com.couchbase.lite.ReplicatedDocument
Information about a Document updated by replication.
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the collection to which the changed document belongs.The scope of the collection to which the changed document belongs.getError()
The current document replication error.getFlags()
The current status flag of the document.getID()
The id document of the changed document.void
setError
(CouchbaseLiteException error) Set the current document replication error.toString()
-
Method Details
-
getCollectionScope
The scope of the collection to which the changed document belongs. -
getCollectionName
The name of the collection to which the changed document belongs. -
getID
The id document of the changed document. -
getFlags
The current status flag of the document. eg. deleted, access removed -
getError
The current document replication error. -
setError
Set the current document replication error. -
toString
-