![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| SwitchMessage (@JsonProperty("dpid") SwitchId dpid, @JsonProperty("num_of_ports") int numOfPorts, @JsonProperty("links") List< LinkMessage > links) | |
| String | toString () |
| SwitchId | getDpid () |
| int | getNumOfPorts () |
| List< LinkMessage > | getLinks () |
Definition at line 22 of file SwitchMessage.java.
| org.openkilda.simulator.messages.SwitchMessage.SwitchMessage | ( | @JsonProperty("dpid") SwitchId | dpid, |
| @JsonProperty("num_of_ports") int | numOfPorts, | ||
| @JsonProperty("links") List< LinkMessage > | links | ||
| ) |
Definition at line 32 of file SwitchMessage.java.
| SwitchId org.openkilda.simulator.messages.SwitchMessage.getDpid | ( | ) |
Definition at line 48 of file SwitchMessage.java.
| List<LinkMessage> org.openkilda.simulator.messages.SwitchMessage.getLinks | ( | ) |
Definition at line 56 of file SwitchMessage.java.
| int org.openkilda.simulator.messages.SwitchMessage.getNumOfPorts | ( | ) |
Definition at line 52 of file SwitchMessage.java.
| String org.openkilda.simulator.messages.SwitchMessage.toString | ( | ) |
Definition at line 41 of file SwitchMessage.java.