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 BestPathState
public long getMultiExitDisc()
getMultiExitDisc
in interface BestPathState
public BgpOrigin getOrigin()
getOrigin
in interface BestPathState
public long getPeerAs()
getPeerAs
in interface BestPathState
public int getAsPathLength()
getAsPathLength
in interface BestPathState
public Attributes getAttributes()
getAttributes
in interface BestPathState
Copyright © 2019 OpenDaylight. All rights reserved.