|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
waggle.core.info.XDTO
waggle.common.modules.conference.infos.XConferenceInfo
public class XConferenceInfo
Conference Information DTO.
| Field Summary | |
|---|---|
Integer |
ApplicationConferenceActiveParticipantsThe count of users who are currently participating in the application conference. |
Date |
ApplicationConferenceBeginThe timestamp at which the application conference began. |
String |
ApplicationConferenceHostThe host for or initiator of the application conference. |
Integer |
ApplicationConferenceTotalParticipantsThe count of all users who have participated in the application recording. |
XObjectID |
ConversationIDConference conversation id. |
String |
ConversationNameConference conversation name. |
Integer |
VoiceConferenceActiveParticipantsThe count of users who are currently participating in the voice conference. |
Date |
VoiceConferenceBeginThe timestamp at which the voice conference began. |
String |
VoiceConferenceHostThe host for or initiator of the voice conference. |
Integer |
VoiceConferenceTotalParticipantsThe count of all users who have participated in the voice recording. |
| Constructor Summary | |
|---|---|
XConferenceInfo() |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o) |
static Comparator<XConferenceInfo> |
getComparator(XConferenceSortOrder order)Retrieve a comparator suitable for the specified conference sorting order. |
int |
hashCode() |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public XObjectID ConversationID
public String ConversationName
public Date VoiceConferenceBegin
public Integer VoiceConferenceActiveParticipants
public Integer VoiceConferenceTotalParticipants
public String VoiceConferenceHost
public Date ApplicationConferenceBegin
public Integer ApplicationConferenceActiveParticipants
public Integer ApplicationConferenceTotalParticipants
public String ApplicationConferenceHost
| Constructor Detail |
|---|
public XConferenceInfo()
| Method Detail |
|---|
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static Comparator<XConferenceInfo> getComparator(XConferenceSortOrder order)
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||