|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.TimerFacility.AddTriggerTimerResult
public static class TimerFacility.AddTriggerTimerResult
| Field Summary | |
|---|---|
CuaeCommon.CuaeResult |
returnValue
|
java.lang.String |
timerId
The ID of the timer, which is generated by the Timer Provider. |
| Constructor Summary | |
|---|---|
TimerFacility.AddTriggerTimerResult()
Constructs the AddTriggerTimerResult. |
|
TimerFacility.AddTriggerTimerResult(CuaeCommon.CuaeResult returnValue,
java.lang.String timerId)
Constructs the AddTriggerTimerResult. |
|
| Method Summary | |
|---|---|
CuaeCommon.CuaeResult |
getReturnValue()
Gets the value. |
java.lang.String |
getTimerId()
Gets the value. |
void |
setReturnValue(CuaeCommon.CuaeResult value)
Sets the value. |
void |
setTimerId(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 timerId
| Constructor Detail |
|---|
public TimerFacility.AddTriggerTimerResult()
public TimerFacility.AddTriggerTimerResult(CuaeCommon.CuaeResult returnValue,
java.lang.String timerId)
timerId - The ID of the timer, which is generated by the Timer Provider. This value
timerId can be used later to cancel the timer with the RemoveTimer action.
timerId| 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 getTimerId()
public void setTimerId(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||