Class PolicyRIBBaseParametersImpl
java.lang.Object
org.opendaylight.protocol.bgp.openconfig.routing.policy.impl.PolicyRIBBaseParametersImpl
- All Implemented Interfaces:
 RouteEntryBaseAttributes
- 
Constructor Summary
ConstructorsConstructorDescriptionPolicyRIBBaseParametersImpl(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.longReturns AS.org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZoneReturns 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:RouteEntryBaseAttributesReturns AS.- Specified by:
 getLocalAsin 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:RouteEntryBaseAttributesReturns originator id.- Specified by:
 getOriginatorIdin interfaceRouteEntryBaseAttributes- Returns:
 - originator Id
 
 - 
getClusterId
Description copied from interface:RouteEntryBaseAttributesReturns cluster identifier.- Specified by:
 getClusterIdin interfaceRouteEntryBaseAttributes- Returns:
 - Cluster Identifier
 
 
 -