public static class Payload.Commands
Modifier and Type | Class and Description |
---|---|
static class |
Commands.Devices |
static class |
Commands.Execution |
Modifier and Type | Field and Description |
---|---|
Commands.Devices[] |
devices |
Commands.Execution[] |
execution |
Constructor and Description |
---|
Commands() |
Modifier and Type | Method and Description |
---|---|
Commands.Devices[] |
getDevices() |
Commands.Execution[] |
getExecution() |
void |
setDevices(Commands.Devices[] p) |
void |
setExecution(Commands.Execution[] p) |
public Commands.Devices[] devices
public Commands.Execution[] execution
public Commands.Devices[] getDevices()
public void setDevices(Commands.Devices[] p)
public Commands.Execution[] getExecution()
public void setExecution(Commands.Execution[] p)