public class ActionExecutionConfiguration extends Object
| Modifier | Constructor and Description |
|---|---|
|
ActionExecutionConfiguration(ActionExecutionConfiguration src)
Copy constructor
|
|
ActionExecutionConfiguration(long actionId,
int timerDelay,
String timerKey)
Create new action execution configuration
|
protected |
ActionExecutionConfiguration(NXCPMessage msg,
long baseId)
Create action execution configuration from NXCP message
|
| Modifier and Type | Method and Description |
|---|---|
void |
fillMessage(NXCPMessage msg,
long baseId)
Fill NXCP message
|
long |
getActionId()
Get action ID
|
int |
getTimerDelay()
Get timer delay.
|
String |
getTimerKey()
Get timer key
|
void |
setTimerDelay(int timerDelay)
Set timer delay.
|
void |
setTimerKey(String timerKey)
Set timer key
|
public ActionExecutionConfiguration(long actionId,
int timerDelay,
String timerKey)
actionId - action IDtimerDelay - timer delay in secondstimerKey - timer keyprotected ActionExecutionConfiguration(NXCPMessage msg, long baseId)
msg - NXCP messagebaseId - base field IDpublic ActionExecutionConfiguration(ActionExecutionConfiguration src)
src - source objectpublic void fillMessage(NXCPMessage msg, long baseId)
msg - NXCP messagebaseId - base field IDpublic int getTimerDelay()
public void setTimerDelay(int timerDelay)
timerDelay - timer delay in secondspublic String getTimerKey()
public void setTimerKey(String timerKey)
timerKey - new timer keypublic long getActionId()
Copyright © 2018. All rights reserved.