|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CallControl.GotDigitsOptions
public static class CallControl.GotDigitsOptions
| Field Summary | |
|---|---|
java.lang.String |
callId
Unique identifier used to identify the call leg that received digits from the remote endpoint |
java.lang.String |
digits
The digit(s) received. |
| Constructor Summary | |
|---|---|
CallControl.GotDigitsOptions()
Constructs the GotDigitsOptions. |
|
CallControl.GotDigitsOptions(java.lang.String callId,
java.lang.String digits)
Constructs the GotDigitsOptions. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCallId()
Gets the value. |
java.lang.String |
getDigits()
Gets the value. |
void |
setCallId(java.lang.String value)
Sets the value. |
void |
setDigits(java.lang.String value)
Sets the value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String callId
public java.lang.String digits
| Constructor Detail |
|---|
public CallControl.GotDigitsOptions()
public CallControl.GotDigitsOptions(java.lang.String callId,
java.lang.String digits)
callId - Unique identifier used to identify the call leg that received digits from
callId the remote endpoint
callIddigits - The digit(s) received.
digits| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getCallId()
public void setCallId(java.lang.String value)
value - the value.public java.lang.String getDigits()
public void setDigits(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||