|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.CallControl.AcceptCallResult
public static class CallControl.AcceptCallResult
| Field Summary | |
|---|---|
java.lang.String |
callId
Indicates the call that was accepted. |
java.lang.String |
connectionId
Unique identifier used to identify this connection in all subsequent Media Control API operations. |
java.lang.String |
mediaRxIP
The IP address that the Rx RTP stream must be sent to for this connection. |
java.lang.Long |
mediaRxPort
The IP address that the Rx RTP stream must be sent to for this connection. |
java.lang.Long |
mmsId
Unique identifier used to identify the media engine in control of this connection. |
CuaeCommon.CuaeResult |
returnValue
|
| Constructor Summary | |
|---|---|
CallControl.AcceptCallResult()
Constructs the AcceptCallResult. |
|
CallControl.AcceptCallResult(CuaeCommon.CuaeResult returnValue,
java.lang.String callId,
java.lang.Long mmsId,
java.lang.String connectionId,
java.lang.String mediaRxIP,
java.lang.Long mediaRxPort)
Constructs the AcceptCallResult. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCallId()
Gets the value. |
java.lang.String |
getConnectionId()
Gets the value. |
java.lang.String |
getMediaRxIP()
Gets the value. |
java.lang.Long |
getMediaRxPort()
Gets the value. |
java.lang.Long |
getMmsId()
Gets the value. |
CuaeCommon.CuaeResult |
getReturnValue()
Gets the value. |
void |
setCallId(java.lang.String value)
Sets the value. |
void |
setConnectionId(java.lang.String value)
Sets the value. |
void |
setMediaRxIP(java.lang.String value)
Sets the value. |
void |
setMediaRxPort(java.lang.Long value)
Sets the value. |
void |
setMmsId(java.lang.Long value)
Sets the value. |
void |
setReturnValue(CuaeCommon.CuaeResult 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 CuaeCommon.CuaeResult returnValue
public java.lang.String callId
public java.lang.Long mmsId
public java.lang.String connectionId
public java.lang.String mediaRxIP
public java.lang.Long mediaRxPort
| Constructor Detail |
|---|
public CallControl.AcceptCallResult()
public CallControl.AcceptCallResult(CuaeCommon.CuaeResult returnValue,
java.lang.String callId,
java.lang.Long mmsId,
java.lang.String connectionId,
java.lang.String mediaRxIP,
java.lang.Long mediaRxPort)
callId - Indicates the call that was accepted. This is always the same value
callId passed in as the CallId action parameter.
callIdmmsId - Unique identifier used to identify the media engine in control of this
mmsId connection. A common use for this ID is to ensure that other connections
mmsId which will ultimately be conferenced with this connection are all created
mmsId on the same media engine. This correlation is necessary because all
mmsId connections in a single conference must all reside on the same media
mmsId engine. This field will only be populated if the partition of the script
mmsId instance is configured to Reserve Media Early.
mmsIdconnectionId - Unique identifier used to identify this connection in all subsequent
connectionId Media Control API operations. Before using with most Media Control
connectionId actions, this connection must still be fully connected with
connectionId CreateConnection or by answering the call. This field will only be
connectionId populated if the partition of the script instance is configured to
connectionId Reserve Media Early.
connectionIdmediaRxIP - The IP address that the Rx RTP stream must be sent to for this
mediaRxIP connection. This field will only be populated if the partition of the
mediaRxIP script instance is configured to Reserve Media Early.
mediaRxIPmediaRxPort - The IP address that the Rx RTP stream must be sent to for this
mediaRxPort connection. This field will only be populated if the partition of the
mediaRxPort script instance is configured to Reserve Media Early.
mediaRxPort| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic CuaeCommon.CuaeResult getReturnValue()
public void setReturnValue(CuaeCommon.CuaeResult value)
value - the value.public java.lang.String getCallId()
public void setCallId(java.lang.String value)
value - the value.public java.lang.Long getMmsId()
public void setMmsId(java.lang.Long value)
value - the value.public java.lang.String getConnectionId()
public void setConnectionId(java.lang.String value)
value - the value.public java.lang.String getMediaRxIP()
public void setMediaRxIP(java.lang.String value)
value - the value.public java.lang.Long getMediaRxPort()
public void setMediaRxPort(java.lang.Long value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||