@NotThreadSafe public final class BestPathStateImpl extends Object implements BestPathState
| Constructor and Description |
|---|
BestPathStateImpl(org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Segments> |
extractSegments(org.opendaylight.yangtools.yang.data.api.schema.UnkeyedListNode segments) |
int |
getAsPathLength() |
org.opendaylight.yangtools.yang.data.api.schema.ContainerNode |
getAttributes() |
Long |
getLocalPref() |
Long |
getMultiExitDisc() |
BgpOrigin |
getOrigin() |
Long |
getPeerAs() |
int |
hashCode() |
String |
toString() |
public BestPathStateImpl(org.opendaylight.yangtools.yang.data.api.schema.ContainerNode 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 List<Segments> extractSegments(org.opendaylight.yangtools.yang.data.api.schema.UnkeyedListNode segments)
public org.opendaylight.yangtools.yang.data.api.schema.ContainerNode getAttributes()
getAttributes in interface BestPathStateCopyright © 2018 OpenDaylight. All rights reserved.