Class ReplicatedDocument


  • public final class ReplicatedDocument
    extends java.lang.Object
    Information about a Document updated by replication.
    • Method Detail

      • getCollectionScope

        @NonNull
        public java.lang.String getCollectionScope()
        The scope of the collection to which the changed document belongs.
      • getCollectionName

        @NonNull
        public java.lang.String getCollectionName()
        The name of the collection to which the changed document belongs.
      • getID

        @NonNull
        public java.lang.String getID()
        The id document of the changed document.
      • getFlags

        @NonNull
        public java.util.EnumSet<DocumentFlag> getFlags()
        The current status flag of the document. eg. deleted, access removed
      • setError

        public void setError​(@Nullable
                             CouchbaseLiteException error)
        Set the current document replication error.
      • toString

        @NonNull
        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object