|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CallControl.CallChangedOptions
public static class CallControl.CallChangedOptions
| Field Summary | |
|---|---|
java.lang.String |
callId
Unique identifier used to identify the call leg that the remote endpoint changed parties on. |
java.lang.String |
from
The new calling number, or caller ID, for this call leg. |
java.lang.String |
to
The new dialed number for this call leg. |
| Constructor Summary | |
|---|---|
CallControl.CallChangedOptions()
Constructs the CallChangedOptions. |
|
CallControl.CallChangedOptions(java.lang.String callId,
java.lang.String to,
java.lang.String from)
Constructs the CallChangedOptions. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCallId()
Gets the value. |
java.lang.String |
getFrom()
Gets the value. |
java.lang.String |
getTo()
Gets the value. |
void |
setCallId(java.lang.String value)
Sets the value. |
void |
setFrom(java.lang.String value)
Sets the value. |
void |
setTo(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 to
public java.lang.String from
| Constructor Detail |
|---|
public CallControl.CallChangedOptions()
public CallControl.CallChangedOptions(java.lang.String callId,
java.lang.String to,
java.lang.String from)
callId - Unique identifier used to identify the call leg that the remote endpoint
callId changed parties on.
callIdto - The new dialed number for this call leg.
tofrom - The new calling number, or caller ID, for this call leg.
from| 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 getTo()
public void setTo(java.lang.String value)
value - the value.public java.lang.String getFrom()
public void setFrom(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||