|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.MediaControl.SaveDynamicGrammarResult
public static class MediaControl.SaveDynamicGrammarResult
| Field Summary | |
|---|---|
java.lang.String |
dynamicGrammarUri
The HTTP-accessible URI of the dynamic grammar. |
java.lang.String |
resultCode
A numeric code indicating the result status of the operation. |
CuaeCommon.CuaeResult |
returnValue
|
| Constructor Summary | |
|---|---|
MediaControl.SaveDynamicGrammarResult()
Constructs the SaveDynamicGrammarResult. |
|
MediaControl.SaveDynamicGrammarResult(CuaeCommon.CuaeResult returnValue,
java.lang.String dynamicGrammarUri,
java.lang.String resultCode)
Constructs the SaveDynamicGrammarResult. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDynamicGrammarUri()
Gets the value. |
java.lang.String |
getResultCode()
Gets the value. |
CuaeCommon.CuaeResult |
getReturnValue()
Gets the value. |
void |
setDynamicGrammarUri(java.lang.String value)
Sets the value. |
void |
setResultCode(java.lang.String value)
Sets the value. |
void |
setReturnValue(CuaeCommon.CuaeResult 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 dynamicGrammarUri
public java.lang.String resultCode
| Constructor Detail |
|---|
public MediaControl.SaveDynamicGrammarResult()
public MediaControl.SaveDynamicGrammarResult(CuaeCommon.CuaeResult returnValue,
java.lang.String dynamicGrammarUri,
java.lang.String resultCode)
dynamicGrammarUri - The HTTP-accessible URI of the dynamic grammar. This can then be used by
dynamicGrammarUri VoiceRecognition and ManageGrammar when specifying the grammar name.
dynamicGrammarUriresultCode - 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.
resultCode| 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 getDynamicGrammarUri()
public void setDynamicGrammarUri(java.lang.String value)
value - the value.public java.lang.String getResultCode()
public void setResultCode(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||