public final class PolicyRIBBaseParametersImpl extends Object implements RouteEntryBaseAttributes
Constructor and Description |
---|
PolicyRIBBaseParametersImpl(long localAs,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address originatorId,
ClusterIdentifier clusterId) |
Modifier and Type | Method and 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.Ipv4Address |
getOriginatorId()
Returns originator id.
|
public PolicyRIBBaseParametersImpl(long localAs, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address originatorId, ClusterIdentifier clusterId)
public long getLocalAs()
RouteEntryBaseAttributes
getLocalAs
in interface RouteEntryBaseAttributes
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Address getOriginatorId()
RouteEntryBaseAttributes
getOriginatorId
in interface RouteEntryBaseAttributes
public ClusterIdentifier getClusterId()
RouteEntryBaseAttributes
getClusterId
in interface RouteEntryBaseAttributes
Copyright © 2019 OpenDaylight. All rights reserved.