cisco.uc.cuae.legacy
Class MediaControl.DetectSilenceResult

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

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

See Also:
Serialized Form

Field Summary
 java.lang.String connectionId
          The value of the ConnectionId result data is the same as that specified as an action parameter.
 java.lang.String operationId
          A unique identifier to this DetectSilence operation.
 java.lang.String resultCode
          A numeric code indicating the result status of the operation.
 CuaeCommon.CuaeResult returnValue
           
 java.lang.String terminationCondition
          Describes the condition which caused the operation to complete.
 
Constructor Summary
MediaControl.DetectSilenceResult()
          Constructs the DetectSilenceResult.
MediaControl.DetectSilenceResult(CuaeCommon.CuaeResult returnValue, java.lang.String resultCode, java.lang.String connectionId, java.lang.String operationId, java.lang.String terminationCondition)
          Constructs the DetectSilenceResult.
 
Method Summary
 java.lang.String getConnectionId()
          Gets the value.
 java.lang.String getOperationId()
          Gets the value.
 java.lang.String getResultCode()
          Gets the value.
 CuaeCommon.CuaeResult getReturnValue()
          Gets the value.
 java.lang.String getTerminationCondition()
          Gets the value.
 void setConnectionId(java.lang.String value)
          Sets the value.
 void setOperationId(java.lang.String value)
          Sets the value.
 void setResultCode(java.lang.String value)
          Sets the value.
 void setReturnValue(CuaeCommon.CuaeResult value)
          Sets the value.
 void setTerminationCondition(java.lang.String 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

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.


connectionId

public java.lang.String connectionId
The value of the ConnectionId result data is the same as that specified as an action parameter. This ConnectionId is what one would later specify in StopMediaOperation if one were to abort the command programmatically.


operationId

public java.lang.String operationId
A unique identifier to this DetectSilence operation. This identifier can later be used by the StopMediaOperation action to stop just this particular operation on a connection, even if multiple media operations are concurrently executing on that connection.


terminationCondition

public java.lang.String terminationCondition
Describes the condition which caused the operation to complete. This is a parameter from asyncCallback event "Metreos.MediaControl.DetectSilence_Complete".

Constructor Detail

MediaControl.DetectSilenceResult

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


MediaControl.DetectSilenceResult

public MediaControl.DetectSilenceResult(CuaeCommon.CuaeResult returnValue,
                                        java.lang.String resultCode,
                                        java.lang.String connectionId,
                                        java.lang.String operationId,
                                        java.lang.String terminationCondition)
Constructs the DetectSilenceResult.

Parameters:
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
connectionId - The value of the ConnectionId result data is the same as that specified connectionId as an action parameter. This ConnectionId is what one would later specify connectionId in StopMediaOperation if one were to abort the command programmatically. connectionId
operationId - A unique identifier to this DetectSilence operation. This identifier can operationId later be used by the StopMediaOperation action to stop just this operationId particular operation on a connection, even if multiple media operations operationId are concurrently executing on that connection. operationId
terminationCondition - Describes the condition which caused the operation to complete. terminationCondition terminationCondition This is a parameter from asyncCallback event "Metreos.MediaControl.DetectSilence_Complete".
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.

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.

getConnectionId

public java.lang.String getConnectionId()
Gets the value. The value of the ConnectionId result data is the same as that specified as an action parameter. This ConnectionId is what one would later specify in StopMediaOperation if one were to abort the command programmatically.

Returns:
the value.

setConnectionId

public void setConnectionId(java.lang.String value)
Sets the value. The value of the ConnectionId result data is the same as that specified as an action parameter. This ConnectionId is what one would later specify in StopMediaOperation if one were to abort the command programmatically.

Parameters:
value - the value.

getOperationId

public java.lang.String getOperationId()
Gets the value. A unique identifier to this DetectSilence operation. This identifier can later be used by the StopMediaOperation action to stop just this particular operation on a connection, even if multiple media operations are concurrently executing on that connection.

Returns:
the value.

setOperationId

public void setOperationId(java.lang.String value)
Sets the value. A unique identifier to this DetectSilence operation. This identifier can later be used by the StopMediaOperation action to stop just this particular operation on a connection, even if multiple media operations are concurrently executing on that connection.

Parameters:
value - the value.

getTerminationCondition

public java.lang.String getTerminationCondition()
Gets the value. Describes the condition which caused the operation to complete. This is a parameter from asyncCallback event "Metreos.MediaControl.DetectSilence_Complete".

Returns:
the value.

setTerminationCondition

public void setTerminationCondition(java.lang.String value)
Sets the value. Describes the condition which caused the operation to complete. This is a parameter from asyncCallback event "Metreos.MediaControl.DetectSilence_Complete".

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.