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.ToStringHelperaddToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper) booleanintlongPathId.RouterId.inthashCode()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:
addToStringAttributesin classAbstractBestPath
-
hashCode
public int hashCode() -
equals
-
getRouterId
Description copied from interface:BestPathRouterId.- Returns:
- the routerId
-
getPathId
public long getPathId()Description copied from interface:BestPathPathId.- Returns:
- pathId
-