Package com.couchbase.lite.internal.core
Class C4DocumentEnded
- java.lang.Object
-
- com.couchbase.lite.internal.core.C4DocumentEnded
-
public class C4DocumentEnded extends Object
WARNING! This class and its members are referenced by name, from native code.
-
-
Constructor Summary
Constructors Constructor Description C4DocumentEnded(String docID, String revID, int flags, long sequence, int errorDomain, int errorCode, int errorInternalInfo, boolean errorIsTransient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanerrorIsTransient()C4ErrorgetC4Error()StringgetDocID()intgetErrorCode()intgetErrorDomain()intgetErrorInternalInfo()intgetFlags()StringgetRevID()longgetSequence()booleanisConflicted()StringtoString()
-
-
-
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()
-
-