![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
String | getSwitchId () |
void | setSwitchId (String switchId) |
String | getAddress () |
void | setAddress (String address) |
String | getHostname () |
void | setHostname (String hostname) |
String | getDescription () |
void | setDescription (String description) |
String | getName () |
void | setName (String name) |
String | getState () |
void | setState (String state) |
String | toString () |
The Class SwitchInfo.
Definition at line 18 of file SwitchInfo.java.
String org.openkilda.model.SwitchInfo.getAddress | ( | ) |
Definition at line 44 of file SwitchInfo.java.
String org.openkilda.model.SwitchInfo.getDescription | ( | ) |
Definition at line 60 of file SwitchInfo.java.
String org.openkilda.model.SwitchInfo.getHostname | ( | ) |
Definition at line 52 of file SwitchInfo.java.
String org.openkilda.model.SwitchInfo.getName | ( | ) |
Definition at line 69 of file SwitchInfo.java.
String org.openkilda.model.SwitchInfo.getState | ( | ) |
Definition at line 77 of file SwitchInfo.java.
String org.openkilda.model.SwitchInfo.getSwitchId | ( | ) |
Definition at line 36 of file SwitchInfo.java.
void org.openkilda.model.SwitchInfo.setAddress | ( | String | address | ) |
Definition at line 48 of file SwitchInfo.java.
void org.openkilda.model.SwitchInfo.setDescription | ( | String | description | ) |
Definition at line 64 of file SwitchInfo.java.
void org.openkilda.model.SwitchInfo.setHostname | ( | String | hostname | ) |
Definition at line 56 of file SwitchInfo.java.
void org.openkilda.model.SwitchInfo.setName | ( | String | name | ) |
Definition at line 73 of file SwitchInfo.java.
void org.openkilda.model.SwitchInfo.setState | ( | String | state | ) |
Definition at line 81 of file SwitchInfo.java.
void org.openkilda.model.SwitchInfo.setSwitchId | ( | String | switchId | ) |
Definition at line 40 of file SwitchInfo.java.
String org.openkilda.model.SwitchInfo.toString | ( | ) |
Definition at line 86 of file SwitchInfo.java.