@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 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 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 BestPathState
Copyright © 2018 OpenDaylight. All rights reserved.