Open Kilda Java Documentation
org.openkilda.model.PortInfo Class Reference
Inheritance diagram for org.openkilda.model.PortInfo:

Public Member Functions

String getAssignmenttype ()
 
void setAssignmenttype (final String assignmenttype)
 
String getInterfacetype ()
 
void setInterfacetype (final String interfacetype)
 
String getStatus ()
 
void setStatus (final String status)
 
String getCrossconnect ()
 
void setCrossconnect (final String crossconnect)
 
String getCustomeruuid ()
 
void setCustomeruuid (final String customeruuid)
 
String getSwitchName ()
 
void setSwitchName (final String switchName)
 
String getPortName ()
 
void setPortName (final String portName)
 
String getPortNumber ()
 
void setPortNumber (final String portNumber)
 
Map< String, Double > getStats ()
 
void setStats (Map< String, Double > stats)
 
int compareTo (final PortInfo port)
 

Detailed Description

The Class PortInfo.

Author
Gaurav Chugh

Definition at line 20 of file PortInfo.java.

Member Function Documentation

◆ compareTo()

int org.openkilda.model.PortInfo.compareTo ( final PortInfo  port)

Definition at line 237 of file PortInfo.java.

◆ 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 ( )

Definition at line 221 of file PortInfo.java.

◆ 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
assignmenttypethe new assignmenttype

Definition at line 76 of file PortInfo.java.

◆ setCrossconnect()

void org.openkilda.model.PortInfo.setCrossconnect ( final String  crossconnect)

Sets the crossconnect.

Parameters
crossconnectthe new crossconnect

Definition at line 136 of file PortInfo.java.

◆ setCustomeruuid()

void org.openkilda.model.PortInfo.setCustomeruuid ( final String  customeruuid)

Sets the customeruuid.

Parameters
customeruuidthe new customeruuid

Definition at line 156 of file PortInfo.java.

◆ setInterfacetype()

void org.openkilda.model.PortInfo.setInterfacetype ( final String  interfacetype)

Sets the interfacetype.

Parameters
interfacetypethe 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
portNamethe 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
portNumberthe new port number

Definition at line 216 of file PortInfo.java.

◆ setStats()

void org.openkilda.model.PortInfo.setStats ( Map< String, Double >  stats)

Definition at line 226 of file PortInfo.java.

◆ setStatus()

void org.openkilda.model.PortInfo.setStatus ( final String  status)

Sets the status.

Parameters
statusthe new status

Definition at line 116 of file PortInfo.java.

◆ setSwitchName()

void org.openkilda.model.PortInfo.setSwitchName ( final String  switchName)

Sets the switch name.

Parameters
switchNamethe new switch name

Definition at line 176 of file PortInfo.java.


The documentation for this class was generated from the following file: