Class AddPathBestPath
java.lang.Object
org.opendaylight.protocol.bgp.mode.spi.AbstractBestPath
org.opendaylight.protocol.bgp.mode.impl.add.AddPathBestPath
- All Implemented Interfaces:
BestPath
-
Field Summary
Fields inherited from class org.opendaylight.protocol.bgp.mode.spi.AbstractBestPath
state
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.common.base.MoreObjects.ToStringHelper
addToStringAttributes
(com.google.common.base.MoreObjects.ToStringHelper toStringHelper) boolean
int
long
PathId.RouterId.int
hashCode()
Methods inherited from class org.opendaylight.protocol.bgp.mode.spi.AbstractBestPath
getAttributes, getState, isDepreferenced, toString
-
Method Details
-
getOffset
public int getOffset() -
addToStringAttributes
protected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper) - Overrides:
addToStringAttributes
in classAbstractBestPath
-
hashCode
public int hashCode() -
equals
-
getRouterId
Description copied from interface:BestPath
RouterId.- Returns:
- the routerId
-
getPathId
public long getPathId()Description copied from interface:BestPath
PathId.- Returns:
- pathId
-