|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.MediaControl.PlayToneOptions
public static class MediaControl.PlayToneOptions
| Field Summary | |
|---|---|
java.lang.String |
state1
Optional user state information which is guaranteed present as the State event parameter in PlayTone_Complete or PlayTone_Failed. |
java.lang.String |
termCondDigit
A specific digit that will cause the PlayTone operation to terminate. |
java.lang.Long |
termCondMaxTime
The amount of time (in milliseconds) that can elapse before terminating the PlayTone operation. |
java.lang.Long |
termCondNonSilence
The amount of non-silence (in milliseconds) to observe before terminating the PlayTone operation. |
java.lang.Long |
termCondSilence
The amount of silence (in milliseconds) to observe before terminating the PlayTone 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.PlayToneOptions()
Constructs the PlayToneOptions. |
|
MediaControl.PlayToneOptions(java.lang.String state1,
java.lang.Long termCondMaxTime,
java.lang.String termCondDigit,
java.lang.Long termCondSilence,
java.lang.Integer timeout,
java.lang.Long termCondNonSilence)
Constructs the PlayToneOptions. |
|
| Method Summary | |
|---|---|
java.lang.String |
getState1()
Gets the value. |
java.lang.String |
getTermCondDigit()
Gets the value. |
java.lang.Long |
getTermCondMaxTime()
Gets the value. |
java.lang.Long |
getTermCondNonSilence()
Gets the value. |
java.lang.Long |
getTermCondSilence()
Gets the value. |
java.lang.Integer |
getTimeout()
Gets the value. |
void |
setState1(java.lang.String value)
Sets the value. |
void |
setTermCondDigit(java.lang.String value)
Sets the value. |
void |
setTermCondMaxTime(java.lang.Long value)
Sets the value. |
void |
setTermCondNonSilence(java.lang.Long value)
Sets the value. |
void |
setTermCondSilence(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.String state1
public java.lang.Long termCondMaxTime
public java.lang.String termCondDigit
public java.lang.Long termCondSilence
public java.lang.Integer timeout
public java.lang.Long termCondNonSilence
| Constructor Detail |
|---|
public MediaControl.PlayToneOptions()
public MediaControl.PlayToneOptions(java.lang.String state1,
java.lang.Long termCondMaxTime,
java.lang.String termCondDigit,
java.lang.Long termCondSilence,
java.lang.Integer timeout,
java.lang.Long termCondNonSilence)
state1 - Optional user state information which is guaranteed present as the State
state1 event parameter in PlayTone_Complete or PlayTone_Failed.
state1termCondMaxTime - The amount of time (in milliseconds) that can elapse before terminating the
termCondMaxTime PlayTone operation. If this condition is met, the PlayTone command will
termCondMaxTime result in the PlayTone_Complete event with a TerminationCondition of
termCondMaxTime maxtime.
termCondMaxTimetermCondDigit - A specific digit that will cause the PlayTone operation to terminate. If
termCondDigit this condition is met, the PlayTone command will result in the
termCondDigit PlayTone_Complete event with a TerminationCondition of digit. Note that
termCondDigit this termination condition is only valid if one is playing a tone to a
termCondDigit ConnectionId.
termCondDigittermCondSilence - The amount of silence (in milliseconds) to observe before terminating the
termCondSilence PlayTone operation. If this condition is met, the PlayTone command will
termCondSilence result in the PlayTone_Complete event with a TerminationCondition of
termCondSilence silence.
termCondSilencetimeout - 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.
timeouttermCondNonSilence - The amount of non-silence (in milliseconds) to observe before terminating
termCondNonSilence the PlayTone operation. If this condition is met, the PlayTone command will
termCondNonSilence result in the PlayTone_Complete event with a TerminationCondition of
termCondNonSilence nonsilence.
termCondNonSilence| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getState1()
public void setState1(java.lang.String value)
value - the value.public java.lang.Long getTermCondMaxTime()
public void setTermCondMaxTime(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.Long getTermCondSilence()
public void setTermCondSilence(java.lang.Long value)
value - the value.public java.lang.Integer getTimeout()
public void setTimeout(java.lang.Integer value)
value - the value.public java.lang.Long getTermCondNonSilence()
public void setTermCondNonSilence(java.lang.Long value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||