Package com.couchbase.lite
Class ReplicatedDocument
- java.lang.Object
-
- com.couchbase.lite.ReplicatedDocument
-
public final class ReplicatedDocument extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CouchbaseLiteExceptiongetError()The current document replication error.EnumSet<DocumentFlag>getFlags()The current status flag of the document.StringgetID()The current document id.StringtoString()
-
-
-
Method Detail
-
getID
@NonNull public String getID()
The current document id.
-
getFlags
@NonNull public EnumSet<DocumentFlag> getFlags()
The current status flag of the document. eg. deleted, access removed
-
getError
@Nullable public CouchbaseLiteException getError()
The current document replication error.
-
-