|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.legacy.TimerFacility.TimerFireOptions
public static class TimerFacility.TimerFireOptions
| Field Summary | |
|---|---|
java.lang.String |
partition
Name of the partition from which the event is triggered. |
java.lang.String |
timerId
The ID of the timer, which is generated by the Timer Provider. |
java.lang.String |
timerUserData
This is the same value specified in the TimerUserData action parameter in the AddTriggerTimer or AddNonTriggerTimer actions. |
| Constructor Summary | |
|---|---|
TimerFacility.TimerFireOptions()
Constructs the TimerFireOptions. |
|
TimerFacility.TimerFireOptions(java.lang.String timerId,
java.lang.String timerUserData,
java.lang.String partition)
Constructs the TimerFireOptions. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPartition()
Gets the value. |
java.lang.String |
getTimerId()
Gets the value. |
java.lang.String |
getTimerUserData()
Gets the value. |
void |
setPartition(java.lang.String value)
Sets the value. |
void |
setTimerId(java.lang.String value)
Sets the value. |
void |
setTimerUserData(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 java.lang.String timerId
public java.lang.String timerUserData
public java.lang.String partition
| Constructor Detail |
|---|
public TimerFacility.TimerFireOptions()
public TimerFacility.TimerFireOptions(java.lang.String timerId,
java.lang.String timerUserData,
java.lang.String partition)
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.
timerIdtimerUserData - This is the same value specified in the TimerUserData action parameter in
timerUserData the AddTriggerTimer or AddNonTriggerTimer actions.
timerUserDatapartition - Name of the partition from which the event is triggered.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getTimerId()
public void setTimerId(java.lang.String value)
value - the value.public java.lang.String getTimerUserData()
public void setTimerUserData(java.lang.String value)
value - the value.public java.lang.String getPartition()
public void setPartition(java.lang.String value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||