Open Kilda Java Documentation
org.openkilda.model.LinkProps Class Reference

Public Member Functions

 LinkProps ()
 
 LinkProps (Map< String, String > props)
 
String getProperty (String key)
 
LinkProps setProperty (String key, String value)
 
String getSrc_switch ()
 
void setSrc_switch (String src_switch)
 
String getSrc_port ()
 
void setSrc_port (String src_port)
 
String getDst_switch ()
 
void setDst_switch (String dst_switch)
 
String getDst_port ()
 
void setDst_port (String dst_port)
 

Detailed Description

Definition at line 12 of file LinkProps.java.

Constructor & Destructor Documentation

◆ LinkProps() [1/2]

org.openkilda.model.LinkProps.LinkProps ( )

Creates an empty link properties.

Definition at line 25 of file LinkProps.java.

◆ LinkProps() [2/2]

org.openkilda.model.LinkProps.LinkProps ( Map< String, String >  props)

Creates a copy of link properties

Definition at line 30 of file LinkProps.java.

Member Function Documentation

◆ getDst_port()

String org.openkilda.model.LinkProps.getDst_port ( )

Definition at line 67 of file LinkProps.java.

◆ getDst_switch()

String org.openkilda.model.LinkProps.getDst_switch ( )

Definition at line 59 of file LinkProps.java.

◆ getProperty()

String org.openkilda.model.LinkProps.getProperty ( String  key)

Definition at line 34 of file LinkProps.java.

◆ getSrc_port()

String org.openkilda.model.LinkProps.getSrc_port ( )

Definition at line 51 of file LinkProps.java.

◆ getSrc_switch()

String org.openkilda.model.LinkProps.getSrc_switch ( )

Definition at line 43 of file LinkProps.java.

◆ setDst_port()

void org.openkilda.model.LinkProps.setDst_port ( String  dst_port)

Definition at line 71 of file LinkProps.java.

◆ setDst_switch()

void org.openkilda.model.LinkProps.setDst_switch ( String  dst_switch)

Definition at line 63 of file LinkProps.java.

◆ setProperty()

LinkProps org.openkilda.model.LinkProps.setProperty ( String  key,
String  value 
)

Definition at line 38 of file LinkProps.java.

◆ setSrc_port()

void org.openkilda.model.LinkProps.setSrc_port ( String  src_port)

Definition at line 55 of file LinkProps.java.

◆ setSrc_switch()

void org.openkilda.model.LinkProps.setSrc_switch ( String  src_switch)

Definition at line 47 of file LinkProps.java.


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