![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| SwitchEntry ( @JsonProperty("version") String version, @JsonProperty("port_desc") List< PortEntry > portEntries) | |
| String | getVersion () |
| List< PortEntry > | getPortEntries () |
Definition at line 28 of file SwitchEntry.java.
| org.openkilda.atdd.utils.controller.SwitchEntry.SwitchEntry | ( | @JsonProperty("version") String | version, |
| @JsonProperty("port_desc") List< PortEntry > | portEntries | ||
| ) |
Definition at line 37 of file SwitchEntry.java.
| List<PortEntry> org.openkilda.atdd.utils.controller.SwitchEntry.getPortEntries | ( | ) |
Definition at line 48 of file SwitchEntry.java.
| String org.openkilda.atdd.utils.controller.SwitchEntry.getVersion | ( | ) |
Definition at line 44 of file SwitchEntry.java.