Open Kilda Java Documentation
org.openkilda.model.SwitchRelationData Class Reference
Inheritance diagram for org.openkilda.model.SwitchRelationData:

Public Member Functions

List< SwitchInfogetSwitches ()
 
void setSwitches (final List< SwitchInfo > switches)
 
List< IslLinkInfogetFlows ()
 
void setFlows (final List< IslLinkInfo > switchrelation)
 
List< PortInfogetPortInfo ()
 
void setPortInfo (final List< PortInfo > portInfo)
 
List< FlowInfogetFlowResponse ()
 
void setFlowResponse (final List< FlowInfo > flowResponse)
 

Detailed Description

The Class SwitchRelationData.

Author
Gaurav Chugh

Definition at line 20 of file SwitchRelationData.java.

Member Function Documentation

◆ getFlowResponse()

List<FlowInfo> org.openkilda.model.SwitchRelationData.getFlowResponse ( )

Gets the flow response.

Returns
the flow response

Definition at line 107 of file SwitchRelationData.java.

◆ getFlows()

List<IslLinkInfo> org.openkilda.model.SwitchRelationData.getFlows ( )

Gets the switchrelation.

Returns
the switchrelation

Definition at line 67 of file SwitchRelationData.java.

◆ getPortInfo()

List<PortInfo> org.openkilda.model.SwitchRelationData.getPortInfo ( )

Gets the port info.

Returns
the port info

Definition at line 87 of file SwitchRelationData.java.

◆ getSwitches()

List<SwitchInfo> org.openkilda.model.SwitchRelationData.getSwitches ( )

Gets the switches.

Returns
the switches

Definition at line 47 of file SwitchRelationData.java.

◆ setFlowResponse()

void org.openkilda.model.SwitchRelationData.setFlowResponse ( final List< FlowInfo flowResponse)

Sets the flow response.

Parameters
flowResponsethe new flow response

Definition at line 117 of file SwitchRelationData.java.

◆ setFlows()

void org.openkilda.model.SwitchRelationData.setFlows ( final List< IslLinkInfo switchrelation)

Sets the switchrelation.

Parameters
switchrelationthe new switchrelation

Definition at line 77 of file SwitchRelationData.java.

◆ setPortInfo()

void org.openkilda.model.SwitchRelationData.setPortInfo ( final List< PortInfo portInfo)

Sets the port info.

Parameters
portInfothe new port info

Definition at line 97 of file SwitchRelationData.java.

◆ setSwitches()

void org.openkilda.model.SwitchRelationData.setSwitches ( final List< SwitchInfo switches)

Sets the switches.

Parameters
switchesthe new switches

Definition at line 57 of file SwitchRelationData.java.


The documentation for this class was generated from the following file: