Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.c.next.hop.Ipv6NextHopCaseBuilder
Packages that use Ipv6NextHopCaseBuilder
Package
Description
-
Uses of Ipv6NextHopCaseBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.c.next.hop
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.c.next.hop that return Ipv6NextHopCaseBuilderModifier and TypeMethodDescriptionIpv6NextHopCaseBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Ipv6NextHopCase> augmentation) Add an augmentation to this builder's product.Ipv6NextHopCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ipv6NextHopCase>> augmentationType) Remove an augmentation from this builder's product.Ipv6NextHopCaseBuilder.setIpv6NextHop
(Ipv6NextHop value) Set the property corresponding toIpv6NextHopCase.getIpv6NextHop()
to the specified value.