public class DeviceCommandExecution extends java.lang.Object implements IDeviceCommandExecution
IDeviceCommandExecution interface.| Constructor and Description |
|---|
DeviceCommandExecution() |
| Modifier and Type | Method and Description |
|---|---|
IDeviceCommand |
getCommand()
Get the command being executed.
|
IDeviceCommandInvocation |
getInvocation()
Get the invocation details.
|
java.util.Map<java.lang.String,java.lang.Object> |
getParameters()
Get parameters populated with data from the invocation.
|
void |
setCommand(IDeviceCommand command) |
void |
setInvocation(IDeviceCommandInvocation invocation) |
void |
setParameters(java.util.Map<java.lang.String,java.lang.Object> parameters) |
public IDeviceCommand getCommand()
IDeviceCommandExecutiongetCommand in interface IDeviceCommandExecutionpublic void setCommand(IDeviceCommand command)
public IDeviceCommandInvocation getInvocation()
IDeviceCommandExecutiongetInvocation in interface IDeviceCommandExecutionpublic void setInvocation(IDeviceCommandInvocation invocation)
public java.util.Map<java.lang.String,java.lang.Object> getParameters()
IDeviceCommandExecutiongetParameters in interface IDeviceCommandExecutionpublic void setParameters(java.util.Map<java.lang.String,java.lang.Object> parameters)