cisco.uc.cuae.legacy
Class MediaControl.SaveDynamicGrammarResult

java.lang.Object
  extended by cisco.uc.cuae.legacy.MediaControl.SaveDynamicGrammarResult
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
MediaControl

public static class MediaControl.SaveDynamicGrammarResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

returnValue

public CuaeCommon.CuaeResult returnValue

dynamicGrammarUri

public java.lang.String dynamicGrammarUri
The HTTP-accessible URI of the dynamic grammar. This can then be used by VoiceRecognition and ManageGrammar when specifying the grammar name.


resultCode

public java.lang.String resultCode
A numeric code indicating the result status of the operation. A '0' indicates success; a positive number indicates an error. Please reference the Media Control Error Codes table for descriptions on specific error codes.

Constructor Detail

MediaControl.SaveDynamicGrammarResult

public MediaControl.SaveDynamicGrammarResult()
Constructs the SaveDynamicGrammarResult. Don't init any fields.


MediaControl.SaveDynamicGrammarResult

public MediaControl.SaveDynamicGrammarResult(CuaeCommon.CuaeResult returnValue,
                                             java.lang.String dynamicGrammarUri,
                                             java.lang.String resultCode)
Constructs the SaveDynamicGrammarResult.

Parameters:
dynamicGrammarUri - The HTTP-accessible URI of the dynamic grammar. This can then be used by dynamicGrammarUri VoiceRecognition and ManageGrammar when specifying the grammar name. dynamicGrammarUri
resultCode - 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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getReturnValue

public CuaeCommon.CuaeResult getReturnValue()
Gets the value.

Returns:
the value.

setReturnValue

public void setReturnValue(CuaeCommon.CuaeResult value)
Sets the value.

Parameters:
value - the value.

getDynamicGrammarUri

public java.lang.String getDynamicGrammarUri()
Gets the value. The HTTP-accessible URI of the dynamic grammar. This can then be used by VoiceRecognition and ManageGrammar when specifying the grammar name.

Returns:
the value.

setDynamicGrammarUri

public void setDynamicGrammarUri(java.lang.String value)
Sets the value. The HTTP-accessible URI of the dynamic grammar. This can then be used by VoiceRecognition and ManageGrammar when specifying the grammar name.

Parameters:
value - the value.

getResultCode

public java.lang.String getResultCode()
Gets the value. A numeric code indicating the result status of the operation. A '0' indicates success; a positive number indicates an error. Please reference the Media Control Error Codes table for descriptions on specific error codes.

Returns:
the value.

setResultCode

public void setResultCode(java.lang.String value)
Sets the value. A numeric code indicating the result status of the operation. A '0' indicates success; a positive number indicates an error. Please reference the Media Control Error Codes table for descriptions on specific error codes.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.