public final class BestPathStateImpl extends Object implements BestPathState
| Constructor and Description |
|---|
BestPathStateImpl(Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getAsPathLength() |
Attributes |
getAttributes() |
Long |
getLocalPref() |
long |
getMultiExitDisc() |
BgpOrigin |
getOrigin() |
long |
getPeerAs() |
int |
hashCode() |
String |
toString() |
public BestPathStateImpl(Attributes attributes)
public Long getLocalPref()
getLocalPref in interface BestPathStatepublic long getMultiExitDisc()
getMultiExitDisc in interface BestPathStatepublic BgpOrigin getOrigin()
getOrigin in interface BestPathStatepublic long getPeerAs()
getPeerAs in interface BestPathStatepublic int getAsPathLength()
getAsPathLength in interface BestPathStatepublic Attributes getAttributes()
getAttributes in interface BestPathStateCopyright © 2019 OpenDaylight. All rights reserved.