Definition at line 10 of file ResponseData.java.
◆ ResponseData()
org.openkilda.messaging.ctrl.ResponseData.ResponseData |
( |
@JsonProperty("component") String |
component, |
|
|
@JsonProperty("task_id") Integer |
taskId, |
|
|
@JsonProperty("topology") String |
topology |
|
) |
| |
Specify the component directly.
- Parameters
-
component | The component |
taskId | The taskId |
topology | The topology |
Definition at line 29 of file ResponseData.java.
◆ getComponent()
String org.openkilda.messaging.ctrl.ResponseData.getComponent |
( |
| ) |
|
◆ getTaskId()
Integer org.openkilda.messaging.ctrl.ResponseData.getTaskId |
( |
| ) |
|
◆ getTopology()
String org.openkilda.messaging.ctrl.ResponseData.getTopology |
( |
| ) |
|
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/messaging/src/main/java/org/openkilda/messaging/ctrl/ResponseData.java