Class C4DocumentEnded


  • public class C4DocumentEnded
    extends Object
    WARNING! This class and its members are referenced by name, from native code.
    • Constructor Detail

      • C4DocumentEnded

        public C4DocumentEnded​(@NonNull
                               String docID,
                               @NonNull
                               String revID,
                               int flags,
                               long sequence,
                               int errorDomain,
                               int errorCode,
                               int errorInternalInfo,
                               boolean errorIsTransient)
    • Method Detail

      • getDocID

        @NonNull
        public String getDocID()
      • getRevID

        @NonNull
        public String getRevID()
      • getFlags

        public int getFlags()
      • getSequence

        public long getSequence()
      • getErrorDomain

        public int getErrorDomain()
      • getErrorCode

        public int getErrorCode()
      • getErrorInternalInfo

        public int getErrorInternalInfo()
      • errorIsTransient

        public boolean errorIsTransient()
      • getC4Error

        @NonNull
        public C4Error getC4Error()
      • isConflicted

        public boolean isConflicted()