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

Public Member Functions

String getCost ()
 
void setCost (String cost)
 
boolean isAffected ()
 
void setAffected (boolean affected)
 
int getSrcPort ()
 
void setSrcPort (final int srcPort)
 
int getLatency ()
 
void setLatency (final int latency)
 
String getSrcSwitch ()
 
void setSrcSwitch (final String srcSwitch)
 
int getAvailableBandwidth ()
 
void setAvailableBandwidth (final int availableBandwidth)
 
int getDstPort ()
 
void setDstPort (final int dstPort)
 
String getDstSwitch ()
 
void setDstSwitch (final String dstSwitch)
 
int getSpeed ()
 
void setSpeed (final int speed)
 
String getState ()
 
void setState (final String state)
 
String getSrcSwitchName ()
 
void setSrcSwitchName (String srcSwitchName)
 
String getDstSwitchName ()
 
void setDstSwitchName (String dstSwitchName)
 
boolean isUnidirectional ()
 
void setUnidirectional (boolean isUnidirectional)
 
String getForwardKey ()
 
String getReverseKey ()
 
String getState1 ()
 
void setState1 (String state1)
 

Detailed Description

The Class Switchrelation.

Author
Gaurav Chugh

Definition at line 20 of file IslLinkInfo.java.

Member Function Documentation

◆ getAvailableBandwidth()

int org.openkilda.model.IslLinkInfo.getAvailableBandwidth ( )

Gets the available bandwidth.

Returns
the available bandwidth

Definition at line 146 of file IslLinkInfo.java.

◆ getCost()

String org.openkilda.model.IslLinkInfo.getCost ( )

Definition at line 64 of file IslLinkInfo.java.

◆ getDstPort()

int org.openkilda.model.IslLinkInfo.getDstPort ( )

Gets the dst port.

Returns
the dst port

Definition at line 166 of file IslLinkInfo.java.

◆ getDstSwitch()

String org.openkilda.model.IslLinkInfo.getDstSwitch ( )

Gets the dst switch.

Returns
the dst switch

Definition at line 186 of file IslLinkInfo.java.

◆ getDstSwitchName()

String org.openkilda.model.IslLinkInfo.getDstSwitchName ( )

Definition at line 248 of file IslLinkInfo.java.

◆ getForwardKey()

String org.openkilda.model.IslLinkInfo.getForwardKey ( )

Definition at line 264 of file IslLinkInfo.java.

◆ getLatency()

int org.openkilda.model.IslLinkInfo.getLatency ( )

Gets the latency.

Returns
the latency

Definition at line 107 of file IslLinkInfo.java.

◆ getReverseKey()

String org.openkilda.model.IslLinkInfo.getReverseKey ( )

Definition at line 268 of file IslLinkInfo.java.

◆ getSpeed()

int org.openkilda.model.IslLinkInfo.getSpeed ( )

Gets the speed.

Returns
the speed

Definition at line 206 of file IslLinkInfo.java.

◆ getSrcPort()

int org.openkilda.model.IslLinkInfo.getSrcPort ( )

Gets the src port.

Returns
the src port

Definition at line 87 of file IslLinkInfo.java.

◆ getSrcSwitch()

String org.openkilda.model.IslLinkInfo.getSrcSwitch ( )

Gets the src switch.

Returns
the src switch

Definition at line 126 of file IslLinkInfo.java.

◆ getSrcSwitchName()

String org.openkilda.model.IslLinkInfo.getSrcSwitchName ( )

Definition at line 240 of file IslLinkInfo.java.

◆ getState()

String org.openkilda.model.IslLinkInfo.getState ( )

Gets the state.

Returns
the state

Definition at line 226 of file IslLinkInfo.java.

◆ getState1()

String org.openkilda.model.IslLinkInfo.getState1 ( )

Definition at line 272 of file IslLinkInfo.java.

◆ isAffected()

boolean org.openkilda.model.IslLinkInfo.isAffected ( )

Definition at line 73 of file IslLinkInfo.java.

◆ isUnidirectional()

boolean org.openkilda.model.IslLinkInfo.isUnidirectional ( )

Definition at line 256 of file IslLinkInfo.java.

◆ setAffected()

void org.openkilda.model.IslLinkInfo.setAffected ( boolean  affected)

Definition at line 77 of file IslLinkInfo.java.

◆ setAvailableBandwidth()

void org.openkilda.model.IslLinkInfo.setAvailableBandwidth ( final int  availableBandwidth)

Sets the available bandwidth.

Parameters
availableBandwidththe new available bandwidth

Definition at line 156 of file IslLinkInfo.java.

◆ setCost()

void org.openkilda.model.IslLinkInfo.setCost ( String  cost)

Definition at line 68 of file IslLinkInfo.java.

◆ setDstPort()

void org.openkilda.model.IslLinkInfo.setDstPort ( final int  dstPort)

Sets the dst port.

Parameters
dstPortthe new dst port

Definition at line 176 of file IslLinkInfo.java.

◆ setDstSwitch()

void org.openkilda.model.IslLinkInfo.setDstSwitch ( final String  dstSwitch)

Sets the dst switch.

Parameters
dstSwitchthe new dst switch

Definition at line 196 of file IslLinkInfo.java.

◆ setDstSwitchName()

void org.openkilda.model.IslLinkInfo.setDstSwitchName ( String  dstSwitchName)

Definition at line 252 of file IslLinkInfo.java.

◆ setLatency()

void org.openkilda.model.IslLinkInfo.setLatency ( final int  latency)

Sets the latency.

Parameters
latencythe new latency

Definition at line 117 of file IslLinkInfo.java.

◆ setSpeed()

void org.openkilda.model.IslLinkInfo.setSpeed ( final int  speed)

Sets the speed.

Parameters
speedthe new speed

Definition at line 216 of file IslLinkInfo.java.

◆ setSrcPort()

void org.openkilda.model.IslLinkInfo.setSrcPort ( final int  srcPort)

Sets the src port.

Parameters
srcPortthe new src port

Definition at line 97 of file IslLinkInfo.java.

◆ setSrcSwitch()

void org.openkilda.model.IslLinkInfo.setSrcSwitch ( final String  srcSwitch)

Sets the src switch.

Parameters
srcSwitchthe new src switch

Definition at line 136 of file IslLinkInfo.java.

◆ setSrcSwitchName()

void org.openkilda.model.IslLinkInfo.setSrcSwitchName ( String  srcSwitchName)

Definition at line 244 of file IslLinkInfo.java.

◆ setState()

void org.openkilda.model.IslLinkInfo.setState ( final String  state)

Sets the state.

Parameters
statethe new state

Definition at line 236 of file IslLinkInfo.java.

◆ setState1()

void org.openkilda.model.IslLinkInfo.setState1 ( String  state1)

Definition at line 276 of file IslLinkInfo.java.

◆ setUnidirectional()

void org.openkilda.model.IslLinkInfo.setUnidirectional ( boolean  isUnidirectional)

Definition at line 260 of file IslLinkInfo.java.


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