Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.Communities
Packages that use Communities
Package
Description
-
Uses of Communities in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement
Fields in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement with type parameters of type CommunitiesModifier and TypeFieldDescriptionprotected final com.google.common.cache.LoadingCache<String,
List<Communities>> AbstractCommunityHandler.communitySets
-
Uses of Communities in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions
Methods in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions that return types with arguments of type CommunitiesModifier and TypeMethodDescriptionMatchCommunitySetHandler.getConditionParameter
(Attributes attributes) Method parameters in org.opendaylight.protocol.bgp.openconfig.routing.policy.statement.conditions with type arguments of type CommunitiesModifier and TypeMethodDescriptionboolean
MatchCommunitySetHandler.matchExportCondition
(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryExportParameters routeEntryExportParameters, List<Communities> communities, MatchCommunitySet conditions) boolean
MatchCommunitySetHandler.matchImportCondition
(AfiSafiType afiSafi, RouteEntryBaseAttributes routeEntryInfo, BGPRouteEntryImportParameters routeEntryImportParameters, List<Communities> communities, MatchCommunitySet conditions) -
Uses of Communities 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 types with arguments of type CommunitiesModifier and TypeMethodDescription@Nullable List<Communities>
Attributes.getCommunities()
Return communities, ornull
if it is not present.AttributesBuilder.getCommunities()
Return current value associated with the property corresponding toAttributes.getCommunities()
.default @NonNull List<Communities>
Attributes.nonnullCommunities()
Return communities, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes with type arguments of type CommunitiesModifier and TypeMethodDescriptionAttributesBuilder.setCommunities
(List<Communities> values) Set the property corresponding toAttributes.getCommunities()
to the specified value. -
Uses of Communities 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 CommunitiesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Communities>>
E$$CommunitiesBuilder.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 CommunitiesModifier and TypeMethodDescription@NonNull Communities
CommunitiesBuilder.build()
A newCommunities
instance.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 CommunitiesMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type CommunitiesModifier and TypeMethodDescriptionstatic boolean
Communities.bindingEquals
(@NonNull Communities thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Communities.bindingHashCode
(@NonNull Communities obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Communities.bindingToString
(@NonNull Communities 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 CommunitiesModifier and TypeMethodDescriptionCommunitiesBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Communities> augmentation) Add an augmentation to this builder's product.CommunitiesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Communities>> 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 CommunitiesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedCommunities
.