Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.OriginatorId
Packages that use OriginatorId
Package
Description
-
Uses of OriginatorId in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions
Methods in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions that return OriginatorIdModifier and TypeMethodDescriptionMatchOriginatorIdSetHandler.getConditionParameter
(Attributes attributes) Methods in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions with parameters of type OriginatorIdModifier and TypeMethodDescriptionboolean
MatchOriginatorIdSetHandler.matchExportCondition
(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryExportParameters routeEntryExportParameters, OriginatorId originatorId, MatchOriginatorIdSetCondition conditions) boolean
MatchOriginatorIdSetHandler.matchImportCondition
(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryImportParameters routeEntryImportParameters, OriginatorId originatorId, MatchOriginatorIdSetCondition conditions) -
Uses of OriginatorId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes that return OriginatorIdModifier and TypeMethodDescriptionAttributes.getOriginatorId()
Return originatorId, ornull
if it is not present.AttributesBuilder.getOriginatorId()
Return current value associated with the property corresponding toAttributes.getOriginatorId()
.@NonNull OriginatorId
Attributes.nonnullOriginatorId()
Return originatorId, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes with parameters of type OriginatorIdModifier and TypeMethodDescriptionAttributesBuilder.setOriginatorId
(OriginatorId value) Set the property corresponding toAttributes.getOriginatorId()
to the specified value. -
Uses of OriginatorId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type parameters of type OriginatorIdModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<OriginatorId>>
E$$OriginatorIdBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return OriginatorIdModifier and TypeMethodDescription@NonNull OriginatorId
OriginatorIdBuilder.build()
A newOriginatorId
instance.static @NonNull OriginatorId
OriginatorIdBuilder.empty()
Get empty instance of OriginatorId.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return types with arguments of type OriginatorIdModifier and TypeMethodDescriptiondefault Class<OriginatorId>
OriginatorId.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type OriginatorIdModifier and TypeMethodDescriptionstatic boolean
OriginatorId.bindingEquals
(@NonNull OriginatorId thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
OriginatorId.bindingHashCode
(@NonNull OriginatorId obj) Default implementation ofObject.hashCode()
contract for this interface.static String
OriginatorId.bindingToString
(@NonNull OriginatorId obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type arguments of type OriginatorIdModifier and TypeMethodDescriptionOriginatorIdBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<OriginatorId> augmentation) Add an augmentation to this builder's product.OriginatorIdBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<OriginatorId>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type OriginatorIdModifierConstructorDescriptionConstruct a builder initialized with state from specifiedOriginatorId
.