public final class C4DatabaseChange extends Object
Modifier and Type | Method and Description |
---|---|
static C4DatabaseChange |
createC4DatabaseChange(String docId,
String revId,
long seq,
boolean ext) |
String |
getDocID() |
String |
getRevID() |
long |
getSequence() |
boolean |
isExternal() |
@Nullable public static C4DatabaseChange createC4DatabaseChange(@Nullable String docId, @Nullable String revId, long seq, boolean ext)
@Nullable public String getDocID()
@NonNull public String getRevID()
public long getSequence()
public boolean isExternal()