Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.c.next.hop.EmptyNextHopCase
Packages that use EmptyNextHopCase
Package
Description
-
Uses of EmptyNextHopCase 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 with type parameters of type EmptyNextHopCaseModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<EmptyNextHopCase>>
E$$EmptyNextHopCaseBuilder.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 that return EmptyNextHopCaseModifier and TypeMethodDescription@NonNull EmptyNextHopCase
EmptyNextHopCaseBuilder.build()
A newEmptyNextHopCase
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.c.next.hop that return types with arguments of type EmptyNextHopCaseModifier and TypeMethodDescriptiondefault Class
<EmptyNextHopCase> EmptyNextHopCase.implementedInterface()
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 EmptyNextHopCaseModifier and TypeMethodDescriptionstatic boolean
EmptyNextHopCase.bindingEquals
(@NonNull EmptyNextHopCase thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
EmptyNextHopCase.bindingHashCode
(@NonNull EmptyNextHopCase obj) Default implementation ofObject.hashCode()
contract for this interface.static String
EmptyNextHopCase.bindingToString
(@NonNull EmptyNextHopCase 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 with type arguments of type EmptyNextHopCaseModifier and TypeMethodDescriptionEmptyNextHopCaseBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<EmptyNextHopCase> augmentation) Add an augmentation to this builder's product.EmptyNextHopCaseBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<EmptyNextHopCase>> 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 with parameters of type EmptyNextHopCaseModifierConstructorDescriptionConstruct a builder initialized with state from specifiedEmptyNextHopCase
.