The Class PathResponse.
Definition at line 19 of file FlowPath.java.
◆ FlowPath() [1/2]
org.openkilda.model.FlowPath.FlowPath |
( |
| ) |
|
◆ FlowPath() [2/2]
org.openkilda.model.FlowPath.FlowPath |
( |
@JsonProperty("flowid") String |
flowid, |
|
|
@JsonProperty("flowpath") PathInfoData |
flowpath |
|
) |
| |
◆ getFlowid()
String org.openkilda.model.FlowPath.getFlowid |
( |
| ) |
|
Gets the flowid.
- Returns
- the flowid
Definition at line 51 of file FlowPath.java.
◆ getFlowpath()
Gets the flowpath.
- Returns
- the flowpath
Definition at line 71 of file FlowPath.java.
◆ setFlowid()
void org.openkilda.model.FlowPath.setFlowid |
( |
final String |
flowid | ) |
|
◆ setFlowpath()
void org.openkilda.model.FlowPath.setFlowpath |
( |
final PathInfoData |
flowpath | ) |
|
◆ toString()
String org.openkilda.model.FlowPath.toString |
( |
| ) |
|
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/openkilda-gui/src/main/java/org/openkilda/model/FlowPath.java