Class BestPathStateImpl
java.lang.Object
org.opendaylight.protocol.bgp.mode.impl.BestPathStateImpl
- All Implemented Interfaces:
- BestPathState
- 
Constructor SummaryConstructorsConstructorDescriptionBestPathStateImpl(org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes) 
- 
Method Summary
- 
Constructor Details- 
BestPathStateImplpublic BestPathStateImpl(org.opendaylight.yangtools.yang.data.api.schema.ContainerNode attributes) 
 
- 
- 
Method Details- 
getLocalPrefpublic org.opendaylight.yangtools.yang.common.Uint32 getLocalPref()- Specified by:
- getLocalPrefin interface- BestPathState
 
- 
getMultiExitDiscpublic long getMultiExitDisc()- Specified by:
- getMultiExitDiscin interface- BestPathState
 
- 
getOrigin- Specified by:
- getOriginin interface- BestPathState
 
- 
getPeerAspublic long getPeerAs()- Specified by:
- getPeerAsin interface- BestPathState
 
- 
getAsPathLengthpublic int getAsPathLength()- Specified by:
- getAsPathLengthin interface- BestPathState
 
- 
getAttributespublic org.opendaylight.yangtools.yang.data.api.schema.ContainerNode getAttributes()- Specified by:
- getAttributesin interface- BestPathState
 
- 
isDepreferencedpublic boolean isDepreferenced()Description copied from interface:BestPathStateReturn true if this route is depreferenced, for example through LLGR_STALE community.- Specified by:
- isDepreferencedin interface- BestPathState
- Returns:
- True if this route is depreferenced, false otherwise.
 
- 
toString
- 
hashCodepublic int hashCode()
- 
equals
 
-