The Class PortDesc.
- Author
- Gaurav Chugh
Definition at line 21 of file PortDetail.java.
◆ getAdvertisedFeatures()
List<Object> org.openkilda.integration.model.PortDetail.getAdvertisedFeatures |
( |
| ) |
|
Gets the advertised features.
- Returns
- the advertised features
Definition at line 276 of file PortDetail.java.
◆ getConfig()
List<String> org.openkilda.integration.model.PortDetail.getConfig |
( |
| ) |
|
◆ getCurrentFeatures()
List<String> org.openkilda.integration.model.PortDetail.getCurrentFeatures |
( |
| ) |
|
Gets the current features.
- Returns
- the current features
Definition at line 96 of file PortDetail.java.
◆ getCurrSpeed()
String org.openkilda.integration.model.PortDetail.getCurrSpeed |
( |
| ) |
|
Gets the curr speed.
- Returns
- the curr speed
Definition at line 136 of file PortDetail.java.
◆ getHardwareAddress()
String org.openkilda.integration.model.PortDetail.getHardwareAddress |
( |
| ) |
|
Gets the hardware address.
- Returns
- the hardware address
Definition at line 116 of file PortDetail.java.
◆ getMaxSpeed()
String org.openkilda.integration.model.PortDetail.getMaxSpeed |
( |
| ) |
|
◆ getName()
String org.openkilda.integration.model.PortDetail.getName |
( |
| ) |
|
◆ getPeerFeatures()
List<Object> org.openkilda.integration.model.PortDetail.getPeerFeatures |
( |
| ) |
|
Gets the peer features.
- Returns
- the peer features
Definition at line 76 of file PortDetail.java.
◆ getPortNumber()
String org.openkilda.integration.model.PortDetail.getPortNumber |
( |
| ) |
|
Gets the port number.
- Returns
- the port number
Definition at line 156 of file PortDetail.java.
◆ getState()
List<String> org.openkilda.integration.model.PortDetail.getState |
( |
| ) |
|
◆ getSupportedFeatures()
List<Object> org.openkilda.integration.model.PortDetail.getSupportedFeatures |
( |
| ) |
|
Gets the supported features.
- Returns
- the supported features
Definition at line 176 of file PortDetail.java.
◆ setAdvertisedFeatures()
void org.openkilda.integration.model.PortDetail.setAdvertisedFeatures |
( |
final List< Object > |
advertisedFeatures | ) |
|
Sets the advertised features.
- Parameters
-
advertisedFeatures | the new advertised features |
Definition at line 286 of file PortDetail.java.
◆ setConfig()
void org.openkilda.integration.model.PortDetail.setConfig |
( |
final List< String > |
config | ) |
|
◆ setCurrentFeatures()
void org.openkilda.integration.model.PortDetail.setCurrentFeatures |
( |
final List< String > |
currentFeatures | ) |
|
Sets the current features.
- Parameters
-
currentFeatures | the new current features |
Definition at line 106 of file PortDetail.java.
◆ setCurrSpeed()
void org.openkilda.integration.model.PortDetail.setCurrSpeed |
( |
final String |
currSpeed | ) |
|
Sets the curr speed.
- Parameters
-
currSpeed | the new curr speed |
Definition at line 146 of file PortDetail.java.
◆ setHardwareAddress()
void org.openkilda.integration.model.PortDetail.setHardwareAddress |
( |
final String |
hardwareAddress | ) |
|
Sets the hardware address.
- Parameters
-
hardwareAddress | the new hardware address |
Definition at line 126 of file PortDetail.java.
◆ setMaxSpeed()
void org.openkilda.integration.model.PortDetail.setMaxSpeed |
( |
final String |
maxSpeed | ) |
|
Sets the max speed.
- Parameters
-
maxSpeed | the new max speed |
Definition at line 226 of file PortDetail.java.
◆ setName()
void org.openkilda.integration.model.PortDetail.setName |
( |
final String |
name | ) |
|
◆ setPeerFeatures()
void org.openkilda.integration.model.PortDetail.setPeerFeatures |
( |
final List< Object > |
peerFeatures | ) |
|
Sets the peer features.
- Parameters
-
peerFeatures | the new peer features |
Definition at line 86 of file PortDetail.java.
◆ setPortNumber()
void org.openkilda.integration.model.PortDetail.setPortNumber |
( |
final String |
portNumber | ) |
|
Sets the port number.
- Parameters
-
portNumber | the new port number |
Definition at line 166 of file PortDetail.java.
◆ setState()
void org.openkilda.integration.model.PortDetail.setState |
( |
final List< String > |
state | ) |
|
◆ setSupportedFeatures()
void org.openkilda.integration.model.PortDetail.setSupportedFeatures |
( |
final List< Object > |
supportedFeatures | ) |
|
Sets the supported features.
- Parameters
-
supportedFeatures | the new supported features |
Definition at line 186 of file PortDetail.java.
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/openkilda-gui/src/main/java/org/openkilda/integration/model/PortDetail.java