Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.community.sets.community.set.Communities
Packages that use Communities
Package
Description
-
Uses of Communities in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.community.sets
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.community.sets that return types with arguments of type CommunitiesModifier and TypeMethodDescription@Nullable List<Communities>
CommunitySet.getCommunities()
Return communities, ornull
if it is not present.CommunitySetBuilder.getCommunities()
Return current value associated with the property corresponding toCommunitySet.getCommunities()
.default @NonNull List<Communities>
CommunitySet.nonnullCommunities()
Return communities, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.community.sets with type arguments of type CommunitiesModifier and TypeMethodDescriptionCommunitySetBuilder.setCommunities
(List<Communities> values) Set the property corresponding toCommunitySet.getCommunities()
to the specified value. -
Uses of Communities in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.community.sets.community.set
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.community.sets.community.set 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.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.community.sets.community.set that return CommunitiesModifier and TypeMethodDescription@NonNull Communities
CommunitiesBuilder.build()
A newCommunities
instance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.community.sets.community.set that return types with arguments of type CommunitiesMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.community.sets.community.set 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.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.community.sets.community.set 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.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.community.sets.community.set with parameters of type CommunitiesModifierConstructorDescriptionConstruct a builder initialized with state from specifiedCommunities
.