|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.MediaControl.SendDigitsResult
public static class MediaControl.SendDigitsResult
| Field Summary | |
|---|---|
java.lang.String |
resultCode
A numeric code indicating the result status of the operation. |
CuaeCommon.CuaeResult |
returnValue
|
| Constructor Summary | |
|---|---|
MediaControl.SendDigitsResult()
Constructs the SendDigitsResult. |
|
MediaControl.SendDigitsResult(CuaeCommon.CuaeResult returnValue,
java.lang.String resultCode)
Constructs the SendDigitsResult. |
|
| Method Summary | |
|---|---|
java.lang.String |
getResultCode()
Gets the value. |
CuaeCommon.CuaeResult |
getReturnValue()
Gets 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 resultCode
| Constructor Detail |
|---|
public MediaControl.SendDigitsResult()
public MediaControl.SendDigitsResult(CuaeCommon.CuaeResult returnValue,
java.lang.String resultCode)
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 |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||