Interface RouteEntryBaseAttributes
-
- All Known Implementing Classes:
PolicyRIBBaseParametersImpl
@NonNullByDefault public interface RouteEntryBaseAttributes
Contains basic attributes of route entry (AS / originator id / cluster id).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClusterIdentifier
getClusterId()
Returns cluster identifier.long
getLocalAs()
Returns AS.org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone
getOriginatorId()
Returns originator id.
-
-
-
Method Detail
-
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
-
-