Class AbstractBestPath

java.lang.Object
org.opendaylight.protocol.bgp.mode.spi.AbstractBestPath
All Implemented Interfaces:
BestPath
Direct Known Subclasses:
AddPathBestPath

public abstract class AbstractBestPath extends Object implements BestPath
  • Field Details

  • Constructor Details

    • AbstractBestPath

      protected AbstractBestPath(BestPathState state)
  • Method Details

    • addToStringAttributes

      protected com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper)
    • getState

      public final BestPathState getState()
    • getAttributes

      public final org.opendaylight.yangtools.yang.data.api.schema.ContainerNode getAttributes()
      Description copied from interface: BestPath
      Attributes.
      Specified by:
      getAttributes in interface BestPath
      Returns:
      the path attributes
    • isDepreferenced

      public final boolean isDepreferenced()
      Description copied from interface: BestPath
      Return true if this path is depreferenced.
      Specified by:
      isDepreferenced in interface BestPath
      Returns:
      True if this path is depreferenced.
    • toString

      public final String toString()
      Overrides:
      toString in class Object