public interface EventLog
Modifier and Type | Interface and Description |
---|---|
static class |
EventLog.SecurityEventType |
static class |
EventLog.Type |
Modifier and Type | Method and Description |
---|---|
void |
deleteFromDatabase()
Delete event log from database.
|
Call |
getCall()
Returns the call of a conference call event.
|
ChatMessage |
getChatMessage()
Returns the chat message of a conference chat message event.
|
long |
getCreationTime()
Returns the creation time of a event log.
|
Address |
getDeviceAddress()
Returns the device address of a conference participant device event.
|
long |
getEphemeralMessageLifetime()
Returns the ephemeral message lifetime of a conference ephemeral message event.
|
Address |
getLocalAddress()
Returns the local address of a conference event.
|
int |
getNotifyId()
Returns the notify id of a conference notified event.
|
Address |
getParticipantAddress()
Returns the participant address of a conference participant event.
|
Address |
getPeerAddress()
Returns the peer address of a conference event.
|
Address |
getSecurityEventFaultyDeviceAddress()
Returns the faulty device address of a conference security event.
|
EventLog.SecurityEventType |
getSecurityEventType()
Returns the type of security event.
|
java.lang.String |
getSubject()
Returns the subject of a conference subject event.
|
EventLog.Type |
getType()
Returns the type of a event log.
|
java.lang.Object |
getUserData()
Gets the object stored in this object user's data
|
void |
setUserData(java.lang.Object data)
Sets the object to store in this object user's data
|
Call getCall()
ChatMessage getChatMessage()
long getCreationTime()
Address getDeviceAddress()
long getEphemeralMessageLifetime()
Address getLocalAddress()
int getNotifyId()
Address getParticipantAddress()
Address getPeerAddress()
Address getSecurityEventFaultyDeviceAddress()
EventLog.SecurityEventType getSecurityEventType()
java.lang.String getSubject()
EventLog.Type getType()
void deleteFromDatabase()
void setUserData(java.lang.Object data)
data
- the object to storejava.lang.Object getUserData()