|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.MediaControl.GatherDigitsResult
public static class MediaControl.GatherDigitsResult
| Field Summary | |
|---|---|
java.lang.String |
connectionId
The value of the ConnectionId result data is the same as that specified as an action parameter. |
java.lang.String |
digits
The digits gathered from the buffer at the start of the GatherDigits, as well as those that occurred throughout the duration of the action (from GatherDigits until GatherDigits_Complete. |
java.lang.Integer |
elapsedTime
The amount of time taken to perform the GatherDigits (in milliseconds). |
java.lang.String |
operationId
A unique identifier to this GatherDigits operation. |
java.lang.String |
resultCode
A numeric code indicating the result status of the operation. |
CuaeCommon.CuaeResult |
returnValue
|
MediaControl.TerminationCondition |
terminationCondition
The condition which caused the GatherDigits to stop. |
| Constructor Summary | |
|---|---|
MediaControl.GatherDigitsResult()
Constructs the GatherDigitsResult. |
|
MediaControl.GatherDigitsResult(CuaeCommon.CuaeResult returnValue,
java.lang.String connectionId,
java.lang.String resultCode,
java.lang.String operationId,
MediaControl.TerminationCondition terminationCondition,
java.lang.Integer elapsedTime,
java.lang.String digits)
Constructs the GatherDigitsResult. |
|
| Method Summary | |
|---|---|
java.lang.String |
getConnectionId()
Gets the value. |
java.lang.String |
getDigits()
Gets the value. |
java.lang.Integer |
getElapsedTime()
Gets the value. |
java.lang.String |
getOperationId()
Gets the value. |
java.lang.String |
getResultCode()
Gets the value. |
CuaeCommon.CuaeResult |
getReturnValue()
Gets the value. |
MediaControl.TerminationCondition |
getTerminationCondition()
Gets the value. |
void |
setConnectionId(java.lang.String value)
Sets the value. |
void |
setDigits(java.lang.String value)
Sets the value. |
void |
setElapsedTime(java.lang.Integer value)
Sets the value. |
void |
setOperationId(java.lang.String value)
Sets the value. |
void |
setResultCode(java.lang.String value)
Sets the value. |
void |
setReturnValue(CuaeCommon.CuaeResult value)
Sets the value. |
void |
setTerminationCondition(MediaControl.TerminationCondition 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 connectionId
public java.lang.String resultCode
public java.lang.String operationId
public MediaControl.TerminationCondition terminationCondition
public java.lang.Integer elapsedTime
public java.lang.String digits
| Constructor Detail |
|---|
public MediaControl.GatherDigitsResult()
public MediaControl.GatherDigitsResult(CuaeCommon.CuaeResult returnValue,
java.lang.String connectionId,
java.lang.String resultCode,
java.lang.String operationId,
MediaControl.TerminationCondition terminationCondition,
java.lang.Integer elapsedTime,
java.lang.String digits)
connectionId - The value of the ConnectionId result data is the same as that specified
connectionId as an action parameter. This ConnectionId is what one would later specify
connectionId in StopMediaOperation if one were to abort the command programmatically.
connectionIdresultCode - A numeric code indicating the result status of the operation. A '0'
resultCode indicates success; a positive number indicates an error. Please reference
resultCode the Media Control Error Codes table for descriptions on specific error
resultCode codes.
resultCodeoperationId - A unique identifier to this GatherDigits operation. This identifier can
operationId later be used by the StopMediaOperation action to stop just this
operationId particular operation on a connection, even if multiple media operations
operationId are concurrently executing on that connection.
operationIdterminationCondition - The condition which caused the GatherDigits to stop. Possible values for
terminationCondition termination condition are as follows:
terminationCondition
terminationCondition digitlist - One of the digits specified by TermCondDigitList has
terminationCondition occurred.
terminationCondition maxtime - The amount of time specified by TermCondMaxTime has elapsed (in
terminationCondition milliseconds).
terminationCondition maxdigits - The number of digits specified by TermCondMaxDigits has
terminationCondition occurred.
terminationCondition digit - The digit specified by TermCondDigit has occurred.
terminationCondition interdigdelay - The amount of time specified by TermCondInterDigitDelay
terminationCondition has elapsed after the last occurring digit (in
terminationCondition milliseconds).
terminationCondition digitpattern - The sequence of digits specified by TermCondNonSilence has
terminationCondition occurred.
terminationCondition userstop - The StopMediaOperation was used on operation to abort it.
terminationCondition autostop - The Call Control API ended the operation due to the call
terminationCondition ending that was associated with the connection. The normal
terminationCondition reasons a call may end are Hangup or BlindTransfer.
terminationCondition timeout - The amount of time specified by CommandTimeout has elapsed (in
terminationCondition milliseconds).
terminationCondition
terminationCondition This is a parameter from asyncCallback event "Metreos.MediaControl.GatherDigits_Complete".elapsedTime - The amount of time taken to perform the GatherDigits (in milliseconds).
elapsedTime
elapsedTime This is a parameter from asyncCallback event "Metreos.MediaControl.GatherDigits_Complete".digits - The digits gathered from the buffer at the start of the GatherDigits, as
digits well as those that occurred throughout the duration of the action (from
digits GatherDigits until GatherDigits_Complete. Any digits that contributed to
digits the termination condition are included.
digits
digits This is a parameter from asyncCallback event "Metreos.MediaControl.GatherDigits_Complete".| 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 getConnectionId()
public void setConnectionId(java.lang.String value)
value - the value.public java.lang.String getResultCode()
public void setResultCode(java.lang.String value)
value - the value.public java.lang.String getOperationId()
public void setOperationId(java.lang.String value)
value - the value.public MediaControl.TerminationCondition getTerminationCondition()
public void setTerminationCondition(MediaControl.TerminationCondition value)
value - the value.public java.lang.Integer getElapsedTime()
public void setElapsedTime(java.lang.Integer 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 | ||||||||