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

Public Member Functions

List< Object > getPeerFeatures ()
 
void setPeerFeatures (final List< Object > peerFeatures)
 
List< String > getCurrentFeatures ()
 
void setCurrentFeatures (final List< String > currentFeatures)
 
String getHardwareAddress ()
 
void setHardwareAddress (final String hardwareAddress)
 
String getCurrSpeed ()
 
void setCurrSpeed (final String currSpeed)
 
String getPortNumber ()
 
void setPortNumber (final String portNumber)
 
List< Object > getSupportedFeatures ()
 
void setSupportedFeatures (final List< Object > supportedFeatures)
 
String getName ()
 
void setName (final String name)
 
String getMaxSpeed ()
 
void setMaxSpeed (final String maxSpeed)
 
List< String > getState ()
 
void setState (final List< String > state)
 
List< String > getConfig ()
 
void setConfig (final List< String > config)
 
List< Object > getAdvertisedFeatures ()
 
void setAdvertisedFeatures (final List< Object > advertisedFeatures)
 

Detailed Description

The Class PortDesc.

Author
Gaurav Chugh

Definition at line 21 of file PortDetail.java.

Member Function Documentation

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

Gets the config.

Returns
the config

Definition at line 256 of file PortDetail.java.

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

Gets the max speed.

Returns
the max speed

Definition at line 216 of file PortDetail.java.

◆ getName()

String org.openkilda.integration.model.PortDetail.getName ( )

Gets the name.

Returns
the name

Definition at line 196 of file PortDetail.java.

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

Gets the state.

Returns
the state

Definition at line 236 of file PortDetail.java.

◆ 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
advertisedFeaturesthe new advertised features

Definition at line 286 of file PortDetail.java.

◆ setConfig()

void org.openkilda.integration.model.PortDetail.setConfig ( final List< String >  config)

Sets the config.

Parameters
configthe new config

Definition at line 266 of file PortDetail.java.

◆ setCurrentFeatures()

void org.openkilda.integration.model.PortDetail.setCurrentFeatures ( final List< String >  currentFeatures)

Sets the current features.

Parameters
currentFeaturesthe 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
currSpeedthe 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
hardwareAddressthe 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
maxSpeedthe new max speed

Definition at line 226 of file PortDetail.java.

◆ setName()

void org.openkilda.integration.model.PortDetail.setName ( final String  name)

Sets the name.

Parameters
namethe new name

Definition at line 206 of file PortDetail.java.

◆ setPeerFeatures()

void org.openkilda.integration.model.PortDetail.setPeerFeatures ( final List< Object >  peerFeatures)

Sets the peer features.

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

Definition at line 166 of file PortDetail.java.

◆ setState()

void org.openkilda.integration.model.PortDetail.setState ( final List< String >  state)

Sets the state.

Parameters
statethe new state

Definition at line 246 of file PortDetail.java.

◆ setSupportedFeatures()

void org.openkilda.integration.model.PortDetail.setSupportedFeatures ( final List< Object >  supportedFeatures)

Sets the supported features.

Parameters
supportedFeaturesthe new supported features

Definition at line 186 of file PortDetail.java.


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