|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.MediaControl.DetectSilenceResult
public static class MediaControl.DetectSilenceResult
| 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 |
|---|
public CuaeCommon.CuaeResult returnValue
public java.lang.String resultCode
public java.lang.String connectionId
public java.lang.String operationId
public java.lang.String terminationCondition
| Constructor Detail |
|---|
public MediaControl.DetectSilenceResult()
public MediaControl.DetectSilenceResult(CuaeCommon.CuaeResult returnValue,
java.lang.String resultCode,
java.lang.String connectionId,
java.lang.String operationId,
java.lang.String terminationCondition)
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.
resultCodeconnectionId - 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.
connectionIdoperationId - 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.
operationIdterminationCondition - Describes the condition which caused the operation to complete.
terminationCondition
terminationCondition This is a parameter from asyncCallback event "Metreos.MediaControl.DetectSilence_Complete".| 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 getResultCode()
public void setResultCode(java.lang.String value)
value - the value.public java.lang.String getConnectionId()
public void setConnectionId(java.lang.String value)
value - the value.public java.lang.String getOperationId()
public void setOperationId(java.lang.String value)
value - the value.public java.lang.String getTerminationCondition()
public void setTerminationCondition(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||