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 SummaryFields inherited from class org.opendaylight.protocol.bgp.mode.spi.AbstractBestPathstate
- 
Method SummaryModifier 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.AbstractBestPathgetAttributes, getState, isDepreferenced, toString
- 
Method Details- 
getOffsetpublic int getOffset()
- 
addToStringAttributesprotected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper) - Overrides:
- addToStringAttributesin class- AbstractBestPath
 
- 
hashCodepublic int hashCode()
- 
equals
- 
getRouterIdDescription copied from interface:BestPathRouterId.- Returns:
- the routerId
 
- 
getPathIdpublic long getPathId()Description copied from interface:BestPathPathId.- Returns:
- pathId
 
 
-