Class PolicyRIBBaseParametersImpl
java.lang.Object
org.opendaylight.protocol.bgp.openconfig.routing.policy.impl.PolicyRIBBaseParametersImpl
- All Implemented Interfaces:
RouteEntryBaseAttributes
-
Constructor Summary
ConstructorDescriptionPolicyRIBBaseParametersImpl
(long localAs, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone originatorId, ClusterIdentifier clusterId) -
Method Summary
Modifier and TypeMethodDescriptionReturns cluster identifier.long
Returns AS.org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone
Returns originator id.
-
Constructor Details
-
PolicyRIBBaseParametersImpl
public PolicyRIBBaseParametersImpl(long localAs, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone originatorId, ClusterIdentifier clusterId)
-
-
Method Details
-
getLocalAs
public long getLocalAs()Description copied from interface:RouteEntryBaseAttributes
Returns AS.- Specified by:
getLocalAs
in interfaceRouteEntryBaseAttributes
- Returns:
- RIB AS
-
getOriginatorId
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone getOriginatorId()Description copied from interface:RouteEntryBaseAttributes
Returns originator id.- Specified by:
getOriginatorId
in interfaceRouteEntryBaseAttributes
- Returns:
- originator Id
-
getClusterId
Description copied from interface:RouteEntryBaseAttributes
Returns cluster identifier.- Specified by:
getClusterId
in interfaceRouteEntryBaseAttributes
- Returns:
- Cluster Identifier
-