public abstract class DbOrphanedEvent
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
DbOrphanedEvent.Builder
Builder to construct ContentValues for database.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EVENT |
static java.lang.String |
EVENT_ID |
static <any> |
MAP
Maps cursor row to an DbOrphanedEvent object.
|
static java.lang.String |
MESSAGE_ID |
static java.lang.String |
TABLE_NAME |
| Constructor and Description |
|---|
DbOrphanedEvent() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
event()
Json String representing the orphaned event.
|
abstract java.lang.String |
id()
Event id.
|
abstract java.lang.String |
messageId()
Message id of a message that this orphaned event is related to.
|
public static final java.lang.String TABLE_NAME
public static final java.lang.String EVENT_ID
public static final java.lang.String MESSAGE_ID
public static final java.lang.String EVENT
public static <any> MAP
public abstract java.lang.String id()
public abstract java.lang.String messageId()
public abstract java.lang.String event()