|
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.voice.infos.XCallStatusInfo
public class XCallStatusInfo
Voice Call Status Information DTO.
| Field Summary | |
|---|---|
String |
CallIDThe current call id or null if no call is in process. |
boolean |
MutedThe mute state of the current call. |
String |
PhoneNumberThe current phone number or null if no call is in process. |
| Constructor Summary | |
|---|---|
XCallStatusInfo() |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String CallID
null if no call is in process.public String PhoneNumber
null if no call is in process.public boolean Muted
true if currently muted.| Constructor Detail |
|---|
public XCallStatusInfo()
|
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 | |||||||||