org.mobicents.media.server.mgcp.pkg.au
Class Options
java.lang.Object
org.mobicents.media.server.mgcp.pkg.au.Options
public class Options
- extends Object
Represents parameters supplied with command.
- Author:
- oifa yulian
|
Constructor Summary |
Options(Text options)
Creates options. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Options
public Options(Text options)
- Creates options.
- Parameters:
options - the text representation of options.
getSegments
public Collection<Text> getSegments()
hasPrompt
public boolean hasPrompt()
getPrompt
public Collection<Text> getPrompt()
hasReprompt
public boolean hasReprompt()
getReprompt
public Collection<Text> getReprompt()
hasDeletePresistentAudio
public boolean hasDeletePresistentAudio()
getDeletePersistentAudio
public Collection<Text> getDeletePersistentAudio()
hasNoSpeechReprompt
public boolean hasNoSpeechReprompt()
getNoSpeechReprompt
public Collection<Text> getNoSpeechReprompt()
hasNoDigitsReprompt
public boolean hasNoDigitsReprompt()
getNoDigitsReprompt
public Collection<Text> getNoDigitsReprompt()
hasSuccessAnnouncement
public boolean hasSuccessAnnouncement()
getSuccessAnnouncement
public Collection<Text> getSuccessAnnouncement()
hasFailureAnnouncement
public boolean hasFailureAnnouncement()
getFailureAnnouncement
public Collection<Text> getFailureAnnouncement()
getDuration
public int getDuration()
getOffset
public int getOffset()
getRepeatCount
public int getRepeatCount()
getInterval
public int getInterval()
getDigitsNumber
public int getDigitsNumber()
getMaxDigitsNumber
public int getMaxDigitsNumber()
getDigitPattern
public Collection<Text> getDigitPattern()
isNonInterruptable
public boolean isNonInterruptable()
getRecordID
public Text getRecordID()
getRecordDuration
public long getRecordDuration()
isOverride
public boolean isOverride()
getPostSpeechTimer
public long getPostSpeechTimer()
getPreSpeechTimer
public long getPreSpeechTimer()
getFirstDigitTimer
public long getFirstDigitTimer()
getInterDigitTimer
public long getInterDigitTimer()
getMaxDuration
public long getMaxDuration()
getEndInputKey
public char getEndInputKey()
getNumberOfAttempts
public int getNumberOfAttempts()
isClearDigits
public boolean isClearDigits()
isIncludeEndInputKey
public boolean isIncludeEndInputKey()
prevKeyValid
public boolean prevKeyValid()
getPrevKey
public char getPrevKey()
firstKeyValid
public boolean firstKeyValid()
getFirstKey
public char getFirstKey()
currKeyValid
public boolean currKeyValid()
getCurrKey
public char getCurrKey()
nextKeyValid
public boolean nextKeyValid()
getNextKey
public char getNextKey()
lastKeyValid
public boolean lastKeyValid()
getLastKey
public char getLastKey()
Copyright © 2012 TeleStax, Inc.. All Rights Reserved.