public final class TransferShadowVarContainer
extends java.lang.Object
| Constructor and Description |
|---|
TransferShadowVarContainer()
Constructs a new object.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getDuration()
Gets the duration.
|
java.lang.String |
getInputmode()
Gets the current inputmode.
|
java.lang.String |
getUtterance()
Gets the current utterance.
|
void |
setDuration(long secs)
Sets the duration.
|
void |
setInputmode(java.lang.String mode)
Sets the current inputmode.
|
void |
setUtterance(java.lang.String utter)
Sets the utterance.
|
public TransferShadowVarContainer()
public long getDuration()
public void setDuration(long secs)
secs - the new durationpublic java.lang.String getInputmode()
public void setInputmode(java.lang.String mode)
mode - the input mode.public java.lang.String getUtterance()
public void setUtterance(java.lang.String utter)
utter - the new utterance