cisco.uc.cuae.legacy
Class TimerFacility.AddTriggerTimerResult

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

public static class TimerFacility.AddTriggerTimerResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

returnValue

public CuaeCommon.CuaeResult returnValue

timerId

public java.lang.String timerId
The ID of the timer, which is generated by the Timer Provider. This value can be used later to cancel the timer with the RemoveTimer action.

Constructor Detail

TimerFacility.AddTriggerTimerResult

public TimerFacility.AddTriggerTimerResult()
Constructs the AddTriggerTimerResult. Don't init any fields.


TimerFacility.AddTriggerTimerResult

public TimerFacility.AddTriggerTimerResult(CuaeCommon.CuaeResult returnValue,
                                           java.lang.String timerId)
Constructs the AddTriggerTimerResult.

Parameters:
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

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.

getTimerId

public java.lang.String getTimerId()
Gets the value. The ID of the timer, which is generated by the Timer Provider. This value can be used later to cancel the timer with the RemoveTimer action.

Returns:
the value.

setTimerId

public void setTimerId(java.lang.String value)
Sets the value. The ID of the timer, which is generated by the Timer Provider. This value can be used later to cancel the timer with the RemoveTimer action.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.