Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.CommunitySets
Packages that use CommunitySets
Package
Description
-
Uses of CommunitySets in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets that return CommunitySetsModifier and TypeMethodDescriptionBgpDefinedSets.getCommunitySets()
Return communitySets, ornull
if it is not present.BgpDefinedSetsBuilder.getCommunitySets()
Return current value associated with the property corresponding toBgpDefinedSets.getCommunitySets()
.@NonNull CommunitySets
BgpDefinedSets.nonnullCommunitySets()
Return communitySets, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets with parameters of type CommunitySetsModifier and TypeMethodDescriptionBgpDefinedSetsBuilder.setCommunitySets
(CommunitySets value) Set the property corresponding toBgpDefinedSets.getCommunitySets()
to the specified value. -
Uses of CommunitySets in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets with type parameters of type CommunitySetsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<CommunitySets>>
E$$CommunitySetsBuilder.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 that return CommunitySetsModifier and TypeMethodDescription@NonNull CommunitySets
CommunitySetsBuilder.build()
A newCommunitySets
instance.static @NonNull CommunitySets
CommunitySetsBuilder.empty()
Get empty instance of CommunitySets.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets that return types with arguments of type CommunitySetsModifier and TypeMethodDescriptiondefault Class<CommunitySets>
CommunitySets.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets with parameters of type CommunitySetsModifier and TypeMethodDescriptionstatic boolean
CommunitySets.bindingEquals
(@NonNull CommunitySets thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
CommunitySets.bindingHashCode
(@NonNull CommunitySets obj) Default implementation ofObject.hashCode()
contract for this interface.static String
CommunitySets.bindingToString
(@NonNull CommunitySets 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 with type arguments of type CommunitySetsModifier and TypeMethodDescriptionCommunitySetsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<CommunitySets> augmentation) Add an augmentation to this builder's product.CommunitySetsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CommunitySets>> 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 with parameters of type CommunitySetsModifierConstructorDescriptionConstruct a builder initialized with state from specifiedCommunitySets
.