Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.policy.rev151009.routing.policy.defined.sets.BgpDefinedSetsBuilder
Packages that use BgpDefinedSetsBuilder
Package
Description
-
Uses of BgpDefinedSetsBuilder 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 BgpDefinedSetsBuilderModifier and TypeMethodDescriptionBgpDefinedSetsBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<BgpDefinedSets> augmentation) Add an augmentation to this builder's product.BgpDefinedSetsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BgpDefinedSets>> augmentationType) Remove an augmentation from this builder's product.BgpDefinedSetsBuilder.setAsPathSets
(AsPathSets value) Set the property corresponding toBgpDefinedSets.getAsPathSets()
to the specified value.BgpDefinedSetsBuilder.setCommunitySets
(CommunitySets value) Set the property corresponding toBgpDefinedSets.getCommunitySets()
to the specified value.BgpDefinedSetsBuilder.setExtCommunitySets
(ExtCommunitySets value) Set the property corresponding toBgpDefinedSets.getExtCommunitySets()
to the specified value.