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 boolean
errorIsTransient()
C4Error
getC4Error()
String
getDocID()
int
getErrorCode()
int
getErrorDomain()
int
getErrorInternalInfo()
int
getFlags()
String
getRevID()
long
getSequence()
boolean
isConflicted()
String
toString()
-
-
-
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()
-
-