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()
IDeviceCommandExecution
getCommand
in interface IDeviceCommandExecution
public void setCommand(IDeviceCommand command)
public IDeviceCommandInvocation getInvocation()
IDeviceCommandExecution
getInvocation
in interface IDeviceCommandExecution
public void setInvocation(IDeviceCommandInvocation invocation)
public java.util.Map<java.lang.String,java.lang.Object> getParameters()
IDeviceCommandExecution
getParameters
in interface IDeviceCommandExecution
public void setParameters(java.util.Map<java.lang.String,java.lang.Object> parameters)