Interface BestPath
- All Known Implementing Classes:
 AbstractBestPath,AddPathBestPath
public interface BestPath
- 
Method Summary
Modifier and TypeMethodDescription@NonNull org.opendaylight.yangtools.yang.data.api.schema.ContainerNodeAttributes.longPathId.default @NonNull PeerIdPeerId.RouterId.booleanReturn true if this path is depreferenced. 
- 
Method Details
- 
getRouterId
RouterId getRouterId()RouterId.- Returns:
 - the routerId
 
 - 
getPeerId
PeerId.- Returns:
 - the routerId converted to a PeerId
 
 - 
getAttributes
@NonNull org.opendaylight.yangtools.yang.data.api.schema.ContainerNode getAttributes()Attributes.- Returns:
 - the path attributes
 
 - 
getPathId
long getPathId()PathId.- Returns:
 - pathId
 
 - 
isDepreferenced
boolean isDepreferenced()Return true if this path is depreferenced.- Returns:
 - True if this path is depreferenced.
 
 
 -