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