![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| RequestData ( @JsonProperty("action") final String action) | |
| String | getAction () |
Additional Inherited Members |
Defines the payload of a Message representing an command.
Definition at line 31 of file RequestData.java.
| org.openkilda.messaging.ctrl.RequestData.RequestData | ( | @JsonProperty("action") final String | action | ) |
Instance constructor.
| action | ctrl function name |
| IllegalArgumentException | if any of mandatory parameters is null |
Definition at line 50 of file RequestData.java.
| String org.openkilda.messaging.ctrl.RequestData.getAction | ( | ) |
Definition at line 55 of file RequestData.java.