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 CouchbaseLiteException
getError()
The current document replication error.EnumSet<DocumentFlag>
getFlags()
The current status flag of the document.String
getID()
The current document id.String
toString()
-
-
-
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.
-
-