Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.c.next.hop.ipv4.next.hop._case.Ipv4NextHop
Package
Description
-
Uses of Ipv4NextHop in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.c.next.hop
Modifier and TypeMethodDescriptionIpv4NextHopCase.getIpv4NextHop()
Return ipv4NextHop, ornull
if it is not present.Ipv4NextHopCaseBuilder.getIpv4NextHop()
Return current value associated with the property corresponding toIpv4NextHopCase.getIpv4NextHop()
.@NonNull Ipv4NextHop
Ipv4NextHopCase.nonnullIpv4NextHop()
Return ipv4NextHop, or an empty instance if it is not present.Modifier and TypeMethodDescriptionIpv4NextHopCaseBuilder.setIpv4NextHop
(Ipv4NextHop value) Set the property corresponding toIpv4NextHopCase.getIpv4NextHop()
to the specified value. -
Uses of Ipv4NextHop in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.c.next.hop.ipv4.next.hop._case
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Ipv4NextHop>>
E$$Ipv4NextHopBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Ipv4NextHop
Ipv4NextHopBuilder.build()
A newIpv4NextHop
instance.static @NonNull Ipv4NextHop
Ipv4NextHopBuilder.empty()
Get empty instance of Ipv4NextHop.Modifier and TypeMethodDescriptionstatic boolean
Ipv4NextHop.bindingEquals
(@NonNull Ipv4NextHop thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Ipv4NextHop.bindingHashCode
(@NonNull Ipv4NextHop obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Ipv4NextHop.bindingToString
(@NonNull Ipv4NextHop obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionIpv4NextHopBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Ipv4NextHop> augmentation) Add an augmentation to this builder's product.Ipv4NextHopBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Ipv4NextHop>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIpv4NextHop
.