Interface RouteEntryBaseAttributes
- All Known Implementing Classes:
 PolicyRIBBaseParametersImpl
@NonNullByDefault
public interface RouteEntryBaseAttributes
Contains basic attributes of route entry (AS / originator id / cluster id).
- 
Method Summary
Modifier and TypeMethodDescriptionReturns cluster identifier.longReturns AS.org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZoneReturns originator id. 
- 
Method Details
- 
getLocalAs
long getLocalAs()Returns AS.- Returns:
 - RIB AS
 
 - 
getOriginatorId
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone getOriginatorId()Returns originator id.- Returns:
 - originator Id
 
 - 
getClusterId
ClusterIdentifier getClusterId()Returns cluster identifier.- Returns:
 - Cluster Identifier
 
 
 -