public abstract class AbstractBestPath extends Object implements BestPath
| Modifier and Type | Field and Description | 
|---|---|
| protected BestPathState | state | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | AbstractBestPath(BestPathState state) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract com.google.common.base.MoreObjects.ToStringHelper | addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper) | 
| org.opendaylight.yangtools.yang.data.api.schema.ContainerNode | getAttributes() | 
| BestPathState | getState() | 
| String | toString() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPathId, getPeerId, getRouterIdprotected final BestPathState state
protected AbstractBestPath(BestPathState state)
protected abstract com.google.common.base.MoreObjects.ToStringHelper addToStringAttributes(com.google.common.base.MoreObjects.ToStringHelper toStringHelper)
public final BestPathState getState()
public final org.opendaylight.yangtools.yang.data.api.schema.ContainerNode getAttributes()
getAttributes in interface BestPathCopyright © 2018 OpenDaylight. All rights reserved.