public class C4DocumentEnded extends Object
Constructor and Description |
---|
C4DocumentEnded(String docID,
String revID,
int flags,
long sequence,
int errorDomain,
int errorCode,
int errorInternalInfo,
boolean errorIsTransient) |
Modifier and Type | Method and Description |
---|---|
boolean |
errorIsTransient() |
C4Error |
getC4Error() |
String |
getDocID() |
int |
getErrorCode() |
int |
getErrorDomain() |
int |
getErrorInternalInfo() |
int |
getFlags() |
String |
getRevID() |
long |
getSequence() |
boolean |
isConflicted() |
String |
toString() |
@NonNull public String getDocID()
@NonNull public String getRevID()
public int getFlags()
public long getSequence()
public int getErrorDomain()
public int getErrorCode()
public int getErrorInternalInfo()
public boolean errorIsTransient()
@NonNull public C4Error getC4Error()
public boolean isConflicted()