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
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
Modifier 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.Modifier 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
Modifier 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.Modifier and TypeMethodDescription@NonNull Ipv6NextHop
Ipv6NextHopBuilder.build()
A newIpv6NextHop
instance.static @NonNull Ipv6NextHop
Ipv6NextHopBuilder.empty()
Get empty instance of Ipv6NextHop.Modifier 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.Modifier 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.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIpv6NextHop
.