Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.c.next.hop.ipv6.next.hop._case.Ipv6NextHop
Packages that use Ipv6NextHop
Package
Description
-
Uses of Ipv6NextHop 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 Ipv6NextHopModifier and TypeMethodDescriptionIpv6NextHopCase.getIpv6NextHop()
Return ipv6NextHop, ornull
if it is not present.Ipv6NextHopCaseBuilder.getIpv6NextHop()
Return current value associated with the property corresponding toIpv6NextHopCase.getIpv6NextHop()
.@NonNull Ipv6NextHop
Ipv6NextHopCase.nonnullIpv6NextHop()
Return ipv6NextHop, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.c.next.hop with parameters of type Ipv6NextHopModifier and TypeMethodDescriptionIpv6NextHopCaseBuilder.setIpv6NextHop
(Ipv6NextHop value) Set the property corresponding toIpv6NextHopCase.getIpv6NextHop()
to the specified value. -
Uses of Ipv6NextHop in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.c.next.hop.ipv6.next.hop._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.c.next.hop.ipv6.next.hop._case with type parameters of type Ipv6NextHopModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Ipv6NextHop>>
E$$Ipv6NextHopBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.c.next.hop.ipv6.next.hop._case that return Ipv6NextHopModifier and TypeMethodDescription@NonNull Ipv6NextHop
Ipv6NextHopBuilder.build()
A newIpv6NextHop
instance.static @NonNull Ipv6NextHop
Ipv6NextHopBuilder.empty()
Get empty instance of Ipv6NextHop.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.c.next.hop.ipv6.next.hop._case that return types with arguments of type Ipv6NextHopMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.c.next.hop.ipv6.next.hop._case with parameters of type Ipv6NextHopModifier and TypeMethodDescriptionstatic boolean
Ipv6NextHop.bindingEquals
(@NonNull Ipv6NextHop thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Ipv6NextHop.bindingHashCode
(@NonNull Ipv6NextHop obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Ipv6NextHop.bindingToString
(@NonNull Ipv6NextHop obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.c.next.hop.ipv6.next.hop._case with type arguments of type Ipv6NextHopModifier and TypeMethodDescriptionIpv6NextHopBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Ipv6NextHop> augmentation) Add an augmentation to this builder's product.Ipv6NextHopBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ipv6NextHop>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.c.next.hop.ipv6.next.hop._case with parameters of type Ipv6NextHopModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIpv6NextHop
.