Class AbstractBestPath
java.lang.Object
org.opendaylight.protocol.bgp.mode.spi.AbstractBestPath
- All Implemented Interfaces:
BestPath
- Direct Known Subclasses:
AddPathBestPath
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.common.base.MoreObjects.ToStringHelperaddToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper) final org.opendaylight.yangtools.yang.data.api.schema.ContainerNodeAttributes.final BestPathStategetState()final booleanReturn true if this path is depreferenced.final StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.opendaylight.protocol.bgp.mode.api.BestPath
getPathId, getPeerId, getRouterId
-
Field Details
-
state
-
-
Constructor Details
-
AbstractBestPath
-
-
Method Details
-
addToStringAttributes
protected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper) -
getState
-
getAttributes
public final org.opendaylight.yangtools.yang.data.api.schema.ContainerNode getAttributes()Description copied from interface:BestPathAttributes.- Specified by:
getAttributesin interfaceBestPath- Returns:
- the path attributes
-
isDepreferenced
public final boolean isDepreferenced()Description copied from interface:BestPathReturn true if this path is depreferenced.- Specified by:
isDepreferencedin interfaceBestPath- Returns:
- True if this path is depreferenced.
-
toString
-