public class ReadOnlyDocument extends ReadOnlyDictionary
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
return the document's ID.
|
long |
getSequence()
Return the sequence number of the document in the database.
|
boolean |
isDeleted()
Return whether the document is deleted
|
protected void |
setC4Doc(com.couchbase.lite.CBLC4Doc c4doc) |
String |
toString() |
contains, count, fleeceEncode, getArray, getBlob, getBoolean, getData, getDate, getDictionary, getDouble, getFloat, getInt, getKeys, getLong, getNumber, getObject, getString, iterator, setData, toMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic String getId()
public long getSequence()
public boolean isDeleted()
protected void setC4Doc(com.couchbase.lite.CBLC4Doc c4doc)
throws CouchbaseLiteException
CouchbaseLiteException