Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.bgp.match.conditions.MatchExtCommunitySet
Packages that use MatchExtCommunitySet
Package
Description
-
Uses of MatchExtCommunitySet in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions
Methods in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions with parameters of type MatchExtCommunitySetModifier and TypeMethodDescriptionboolean
MatchExtCommunitySetHandler.matchExportCondition
(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryExportParameters routeEntryExportParameters, List<ExtendedCommunities> extendedCommunities, MatchExtCommunitySet conditions) boolean
MatchExtCommunitySetHandler.matchImportCondition
(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryImportParameters routeEntryImportParameters, List<ExtendedCommunities> extendedCommunities, MatchExtCommunitySet conditions) -
Uses of MatchExtCommunitySet in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009 that return MatchExtCommunitySetModifier and TypeMethodDescriptionBgpMatchConditions.getMatchExtCommunitySet()
Return matchExtCommunitySet, ornull
if it is not present. -
Uses of MatchExtCommunitySet in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.bgp.match.conditions
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.bgp.match.conditions with type parameters of type MatchExtCommunitySetModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<MatchExtCommunitySet>>
E$$MatchExtCommunitySetBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.bgp.match.conditions that return MatchExtCommunitySetModifier and TypeMethodDescription@NonNull MatchExtCommunitySet
MatchExtCommunitySetBuilder.build()
A newMatchExtCommunitySet
instance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.bgp.match.conditions that return types with arguments of type MatchExtCommunitySetModifier and TypeMethodDescriptiondefault Class
<MatchExtCommunitySet> MatchExtCommunitySet.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.bgp.match.conditions with parameters of type MatchExtCommunitySetModifier and TypeMethodDescriptionstatic boolean
MatchExtCommunitySet.bindingEquals
(@NonNull MatchExtCommunitySet thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
MatchExtCommunitySet.bindingHashCode
(@NonNull MatchExtCommunitySet obj) Default implementation ofObject.hashCode()
contract for this interface.static String
MatchExtCommunitySet.bindingToString
(@NonNull MatchExtCommunitySet obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.bgp.match.conditions with type arguments of type MatchExtCommunitySetModifier and TypeMethodDescriptionMatchExtCommunitySetBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<MatchExtCommunitySet> augmentation) Add an augmentation to this builder's product.MatchExtCommunitySetBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<MatchExtCommunitySet>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.bgp.match.conditions with parameters of type MatchExtCommunitySetModifierConstructorDescriptionConstruct a builder initialized with state from specifiedMatchExtCommunitySet
. -
Uses of MatchExtCommunitySet in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.conditions
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.conditions that return MatchExtCommunitySetModifier and TypeMethodDescriptionBgpConditionsBuilder.getMatchExtCommunitySet()
Return current value associated with the property corresponding toBgpMatchConditions.getMatchExtCommunitySet()
.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.policy.definitions.policy.definition.statements.statement.conditions with parameters of type MatchExtCommunitySetModifier and TypeMethodDescriptionBgpConditionsBuilder.setMatchExtCommunitySet
(MatchExtCommunitySet value) Set the property corresponding toBgpMatchConditions.getMatchExtCommunitySet()
to the specified value.