Class PolicyRIBBaseParametersImpl
- java.lang.Object
-
- org.opendaylight.protocol.bgp.openconfig.routing.policy.impl.PolicyRIBBaseParametersImpl
-
- All Implemented Interfaces:
RouteEntryBaseAttributes
public final class PolicyRIBBaseParametersImpl extends Object implements RouteEntryBaseAttributes
-
-
Constructor Summary
Constructors Constructor Description PolicyRIBBaseParametersImpl(long localAs, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4AddressNoZone originatorId, ClusterIdentifier clusterId)
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Constructor Detail
-
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 Detail
-
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
public ClusterIdentifier getClusterId()
Description copied from interface:RouteEntryBaseAttributes
Returns cluster identifier.- Specified by:
getClusterId
in interfaceRouteEntryBaseAttributes
- Returns:
- Cluster Identifier
-
-