![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| DumpStateResponseData ( @JsonProperty("component") String component, @JsonProperty("task_id") Integer taskId, @JsonProperty("topology") String topology, @JsonProperty("state") AbstractDumpState state) | |
| AbstractDumpState | getState () |
Public Member Functions inherited from org.openkilda.messaging.ctrl.ResponseData | |
| ResponseData ( @JsonProperty("component") String component, @JsonProperty("task_id") Integer taskId, @JsonProperty("topology") String topology) | |
| String | getComponent () |
| Integer | getTaskId () |
| String | getTopology () |
Additional Inherited Members |
Definition at line 10 of file DumpStateResponseData.java.
| org.openkilda.messaging.ctrl.DumpStateResponseData.DumpStateResponseData | ( | @JsonProperty("component") String | component, |
| @JsonProperty("task_id") Integer | taskId, | ||
| @JsonProperty("topology") String | topology, | ||
| @JsonProperty("state") AbstractDumpState | state | ||
| ) |
Definition at line 15 of file DumpStateResponseData.java.
| AbstractDumpState org.openkilda.messaging.ctrl.DumpStateResponseData.getState | ( | ) |
Definition at line 24 of file DumpStateResponseData.java.