Class PolicyRIBBaseParametersImpl
java.lang.Object
org.opendaylight.protocol.bgp.openconfig.routing.policy.impl.PolicyRIBBaseParametersImpl
- All Implemented Interfaces:
- RouteEntryBaseAttributes
- 
Constructor SummaryConstructorsConstructorDescriptionPolicyRIBBaseParametersImpl(long localAs, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone originatorId, ClusterIdentifier clusterId) 
- 
Method SummaryModifier 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- 
PolicyRIBBaseParametersImplpublic PolicyRIBBaseParametersImpl(long localAs, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone originatorId, ClusterIdentifier clusterId) 
 
- 
- 
Method Details- 
getLocalAspublic long getLocalAs()Description copied from interface:RouteEntryBaseAttributesReturns AS.- Specified by:
- getLocalAsin interface- RouteEntryBaseAttributes
- Returns:
- RIB AS
 
- 
getOriginatorIdpublic 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 interface- RouteEntryBaseAttributes
- Returns:
- originator Id
 
- 
getClusterIdDescription copied from interface:RouteEntryBaseAttributesReturns cluster identifier.- Specified by:
- getClusterIdin interface- RouteEntryBaseAttributes
- Returns:
- Cluster Identifier
 
 
-