Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.bgp.defined.sets.CommunitySets
Package
Description
-
Uses of CommunitySets in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets
Modifier 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.Modifier 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
Modifier 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.Modifier and TypeMethodDescription@NonNull CommunitySets
CommunitySetsBuilder.build()
A newCommunitySets
instance.static @NonNull CommunitySets
CommunitySetsBuilder.empty()
Get empty instance of CommunitySets.Modifier and TypeMethodDescriptiondefault Class<CommunitySets>
CommunitySets.implementedInterface()
Modifier 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.Modifier 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.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedCommunitySets
.