|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.MediaControl.GatherDigitsOptions
public static class MediaControl.GatherDigitsOptions
| Field Summary | |
|---|---|
java.lang.Long |
commandTimeout
Indicates a command timeout value (in milliseconds). |
java.lang.String |
state9
Optional user state information which is guaranteed present as the State event parameter in GatherDigits_Complete or GatherDigits_Failed. |
java.lang.String |
termCondDigit
A specific digit that will cause the GatherDigits operation to terminate. |
java.lang.String |
termCondDigitList
A list of digits that will cause the GatherDigits operation to terminate, if any one of the digits in the list is inputted. |
java.lang.String |
termCondDigitPattern
A specific sequence of digits that will cause the GatherDigits operation to terminate. |
java.lang.Long |
termCondInterDigitDelay
The amount of time between digits which will cause the GatherDigits operation to terminate. |
java.lang.Long |
termCondMaxDigits
The number of digits that will cause the GatherDigits operation to terminate. |
java.lang.Long |
termCondMaxTime
The amount of time (in milliseconds) that can elapse before terminating the GatherDigits operation. |
java.lang.Integer |
timeout
The Timeout property specifies to the Application Runtime Environment how long to wait for a response from the provider for the current action. |
| Constructor Summary | |
|---|---|
MediaControl.GatherDigitsOptions()
Constructs the GatherDigitsOptions. |
|
MediaControl.GatherDigitsOptions(java.lang.Long commandTimeout,
java.lang.Long termCondMaxTime,
java.lang.Long termCondMaxDigits,
java.lang.String termCondDigit,
java.lang.String termCondDigitList,
java.lang.String termCondDigitPattern,
java.lang.Long termCondInterDigitDelay,
java.lang.String state9,
java.lang.Integer timeout)
Constructs the GatherDigitsOptions. |
|
| Method Summary | |
|---|---|
java.lang.Long |
getCommandTimeout()
Gets the value. |
java.lang.String |
getState9()
Gets the value. |
java.lang.String |
getTermCondDigit()
Gets the value. |
java.lang.String |
getTermCondDigitList()
Gets the value. |
java.lang.String |
getTermCondDigitPattern()
Gets the value. |
java.lang.Long |
getTermCondInterDigitDelay()
Gets the value. |
java.lang.Long |
getTermCondMaxDigits()
Gets the value. |
java.lang.Long |
getTermCondMaxTime()
Gets the value. |
java.lang.Integer |
getTimeout()
Gets the value. |
void |
setCommandTimeout(java.lang.Long value)
Sets the value. |
void |
setState9(java.lang.String value)
Sets the value. |
void |
setTermCondDigit(java.lang.String value)
Sets the value. |
void |
setTermCondDigitList(java.lang.String value)
Sets the value. |
void |
setTermCondDigitPattern(java.lang.String value)
Sets the value. |
void |
setTermCondInterDigitDelay(java.lang.Long value)
Sets the value. |
void |
setTermCondMaxDigits(java.lang.Long value)
Sets the value. |
void |
setTermCondMaxTime(java.lang.Long value)
Sets the value. |
void |
setTimeout(java.lang.Integer 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.Long commandTimeout
public java.lang.Long termCondMaxTime
public java.lang.Long termCondMaxDigits
public java.lang.String termCondDigit
public java.lang.String termCondDigitList
public java.lang.String termCondDigitPattern
public java.lang.Long termCondInterDigitDelay
public java.lang.String state9
public java.lang.Integer timeout
| Constructor Detail |
|---|
public MediaControl.GatherDigitsOptions()
public MediaControl.GatherDigitsOptions(java.lang.Long commandTimeout,
java.lang.Long termCondMaxTime,
java.lang.Long termCondMaxDigits,
java.lang.String termCondDigit,
java.lang.String termCondDigitList,
java.lang.String termCondDigitPattern,
java.lang.Long termCondInterDigitDelay,
java.lang.String state9,
java.lang.Integer timeout)
commandTimeout - Indicates a command timeout value (in milliseconds). If this condition is
commandTimeout met, the GatherDigits command will result in the GatherDigits_Complete
commandTimeout event with a TerminationCondition of timeout.
commandTimeouttermCondMaxTime - The amount of time (in milliseconds) that can elapse before terminating the
termCondMaxTime GatherDigits operation. If this condition is met, the GatherDigits command
termCondMaxTime will result in the GatherDigits_Complete event with a TerminationCondition
termCondMaxTime of maxtime.
termCondMaxTimetermCondMaxDigits - The number of digits that will cause the GatherDigits operation to
termCondMaxDigits terminate. If this condition is met, the GatherDigits command will result
termCondMaxDigits in the GatherDigits_Complete event with a TerminationCondition of
termCondMaxDigits maxdigits.
termCondMaxDigitstermCondDigit - A specific digit that will cause the GatherDigits operation to terminate.
termCondDigit If this condition is met, the GatherDigits command will result in the
termCondDigit GatherDigits_Complete event with a TerminationCondition of digit.
termCondDigittermCondDigitList - A list of digits that will cause the GatherDigits operation to terminate,
termCondDigitList if any one of the digits in the list is inputted. The list has no
termCondDigitList delimiters. If this condition is met, the GatherDigits command will result
termCondDigitList in the GatherDigits_Complete event with a TerminationCondition of
termCondDigitList digitlist.
termCondDigitListtermCondDigitPattern - A specific sequence of digits that will cause the GatherDigits operation to
termCondDigitPattern terminate. If this condition is met, the GatherDigits command will result
termCondDigitPattern in the GatherDigits_Complete event with a TerminationCondition of
termCondDigitPattern digitpattern.
termCondDigitPatterntermCondInterDigitDelay - The amount of time between digits which will cause the GatherDigits
termCondInterDigitDelay operation to terminate. If this condition is met, the GatherDigits command
termCondInterDigitDelay will result in the GatherDigits_Complete event with a TerminationCondition
termCondInterDigitDelay of interdigdelay.
termCondInterDigitDelaystate9 - Optional user state information which is guaranteed present as the State
state9 event parameter in GatherDigits_Complete or GatherDigits_Failed.
state9timeout - The Timeout property specifies to the Application Runtime Environment how
timeout long to wait for a response from the provider for the current action. The
timeout ReturnValue returned in this case is Timeout. The value must be a literal
timeout value in milliseconds.
timeout| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Long getCommandTimeout()
public void setCommandTimeout(java.lang.Long value)
value - the value.public java.lang.Long getTermCondMaxTime()
public void setTermCondMaxTime(java.lang.Long value)
value - the value.public java.lang.Long getTermCondMaxDigits()
public void setTermCondMaxDigits(java.lang.Long value)
value - the value.public java.lang.String getTermCondDigit()
public void setTermCondDigit(java.lang.String value)
value - the value.public java.lang.String getTermCondDigitList()
public void setTermCondDigitList(java.lang.String value)
value - the value.public java.lang.String getTermCondDigitPattern()
public void setTermCondDigitPattern(java.lang.String value)
value - the value.public java.lang.Long getTermCondInterDigitDelay()
public void setTermCondInterDigitDelay(java.lang.Long value)
value - the value.public java.lang.String getState9()
public void setState9(java.lang.String value)
value - the value.public java.lang.Integer getTimeout()
public void setTimeout(java.lang.Integer value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||