The Class PortInfo.
- Author
- Gaurav Chugh
Definition at line 20 of file PortInfo.java.
◆ compareTo()
int org.openkilda.model.PortInfo.compareTo |
( |
final PortInfo |
port | ) |
|
◆ getAssignmenttype()
String org.openkilda.model.PortInfo.getAssignmenttype |
( |
| ) |
|
Gets the assignmenttype.
- Returns
- the assignmenttype
Definition at line 66 of file PortInfo.java.
◆ getCrossconnect()
String org.openkilda.model.PortInfo.getCrossconnect |
( |
| ) |
|
Gets the crossconnect.
- Returns
- the crossconnect
Definition at line 126 of file PortInfo.java.
◆ getCustomeruuid()
String org.openkilda.model.PortInfo.getCustomeruuid |
( |
| ) |
|
Gets the customeruuid.
- Returns
- the customeruuid
Definition at line 146 of file PortInfo.java.
◆ getInterfacetype()
String org.openkilda.model.PortInfo.getInterfacetype |
( |
| ) |
|
Gets the interfacetype.
- Returns
- the interfacetype
Definition at line 86 of file PortInfo.java.
◆ getPortName()
String org.openkilda.model.PortInfo.getPortName |
( |
| ) |
|
Gets the port name.
- Returns
- the port name
Definition at line 186 of file PortInfo.java.
◆ getPortNumber()
String org.openkilda.model.PortInfo.getPortNumber |
( |
| ) |
|
Gets the port number.
- Returns
- the port number
Definition at line 206 of file PortInfo.java.
◆ getStats()
Map<String, Double> org.openkilda.model.PortInfo.getStats |
( |
| ) |
|
◆ getStatus()
String org.openkilda.model.PortInfo.getStatus |
( |
| ) |
|
Gets the status.
- Returns
- the status
Definition at line 106 of file PortInfo.java.
◆ getSwitchName()
String org.openkilda.model.PortInfo.getSwitchName |
( |
| ) |
|
Gets the switch name.
- Returns
- the switch name
Definition at line 166 of file PortInfo.java.
◆ setAssignmenttype()
void org.openkilda.model.PortInfo.setAssignmenttype |
( |
final String |
assignmenttype | ) |
|
Sets the assignmenttype.
- Parameters
-
assignmenttype | the new assignmenttype |
Definition at line 76 of file PortInfo.java.
◆ setCrossconnect()
void org.openkilda.model.PortInfo.setCrossconnect |
( |
final String |
crossconnect | ) |
|
Sets the crossconnect.
- Parameters
-
crossconnect | the new crossconnect |
Definition at line 136 of file PortInfo.java.
◆ setCustomeruuid()
void org.openkilda.model.PortInfo.setCustomeruuid |
( |
final String |
customeruuid | ) |
|
Sets the customeruuid.
- Parameters
-
customeruuid | the new customeruuid |
Definition at line 156 of file PortInfo.java.
◆ setInterfacetype()
void org.openkilda.model.PortInfo.setInterfacetype |
( |
final String |
interfacetype | ) |
|
Sets the interfacetype.
- Parameters
-
interfacetype | the new interfacetype |
Definition at line 96 of file PortInfo.java.
◆ setPortName()
void org.openkilda.model.PortInfo.setPortName |
( |
final String |
portName | ) |
|
Sets the port name.
- Parameters
-
portName | the new port name |
Definition at line 196 of file PortInfo.java.
◆ setPortNumber()
void org.openkilda.model.PortInfo.setPortNumber |
( |
final String |
portNumber | ) |
|
Sets the port number.
- Parameters
-
portNumber | the new port number |
Definition at line 216 of file PortInfo.java.
◆ setStats()
void org.openkilda.model.PortInfo.setStats |
( |
Map< String, Double > |
stats | ) |
|
◆ setStatus()
void org.openkilda.model.PortInfo.setStatus |
( |
final String |
status | ) |
|
◆ setSwitchName()
void org.openkilda.model.PortInfo.setSwitchName |
( |
final String |
switchName | ) |
|
Sets the switch name.
- Parameters
-
switchName | the new switch name |
Definition at line 176 of file PortInfo.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/model/PortInfo.java