![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
List< SwitchInfo > | getSwitches () |
void | setSwitches (final List< SwitchInfo > switches) |
List< IslLinkInfo > | getFlows () |
void | setFlows (final List< IslLinkInfo > switchrelation) |
List< PortInfo > | getPortInfo () |
void | setPortInfo (final List< PortInfo > portInfo) |
List< FlowInfo > | getFlowResponse () |
void | setFlowResponse (final List< FlowInfo > flowResponse) |
The Class SwitchRelationData.
Definition at line 20 of file SwitchRelationData.java.
List<FlowInfo> org.openkilda.model.SwitchRelationData.getFlowResponse | ( | ) |
Gets the flow response.
Definition at line 107 of file SwitchRelationData.java.
List<IslLinkInfo> org.openkilda.model.SwitchRelationData.getFlows | ( | ) |
Gets the switchrelation.
Definition at line 67 of file SwitchRelationData.java.
List<PortInfo> org.openkilda.model.SwitchRelationData.getPortInfo | ( | ) |
List<SwitchInfo> org.openkilda.model.SwitchRelationData.getSwitches | ( | ) |
void org.openkilda.model.SwitchRelationData.setFlowResponse | ( | final List< FlowInfo > | flowResponse | ) |
Sets the flow response.
flowResponse | the new flow response |
Definition at line 117 of file SwitchRelationData.java.
void org.openkilda.model.SwitchRelationData.setFlows | ( | final List< IslLinkInfo > | switchrelation | ) |
Sets the switchrelation.
switchrelation | the new switchrelation |
Definition at line 77 of file SwitchRelationData.java.
void org.openkilda.model.SwitchRelationData.setPortInfo | ( | final List< PortInfo > | portInfo | ) |
Sets the port info.
portInfo | the new port info |
Definition at line 97 of file SwitchRelationData.java.
void org.openkilda.model.SwitchRelationData.setSwitches | ( | final List< SwitchInfo > | switches | ) |
Sets the switches.
switches | the new switches |
Definition at line 57 of file SwitchRelationData.java.