Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.sub.unnumbered.top.Unnumbered
Packages that use Unnumbered
Package
Description
-
Uses of Unnumbered in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406 that return UnnumberedModifier and TypeMethodDescriptionSubUnnumberedTop.getUnnumbered()Return unnumbered, ornullif it is not present.@NonNull UnnumberedSubUnnumberedTop.nonnullUnnumbered()Return unnumbered, or an empty instance if it is not present. -
Uses of Unnumbered in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.sub.unnumbered.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.sub.unnumbered.top with type parameters of type UnnumberedModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Unnumbered>>
E$$UnnumberedBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.sub.unnumbered.top that return UnnumberedModifier and TypeMethodDescription@NonNull UnnumberedUnnumberedBuilder.build()A newUnnumberedinstance.static @NonNull UnnumberedUnnumberedBuilder.empty()Get empty instance of Unnumbered.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.sub.unnumbered.top that return types with arguments of type UnnumberedMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.sub.unnumbered.top with parameters of type UnnumberedModifier and TypeMethodDescriptionstatic booleanUnnumbered.bindingEquals(@NonNull Unnumbered thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intUnnumbered.bindingHashCode(@NonNull Unnumbered obj) Default implementation ofObject.hashCode()contract for this interface.static StringUnnumbered.bindingToString(@NonNull Unnumbered obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.sub.unnumbered.top with type arguments of type UnnumberedModifier and TypeMethodDescriptionUnnumberedBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Unnumbered> augmentation) Add an augmentation to this builder's product.UnnumberedBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Unnumbered>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.sub.unnumbered.top with parameters of type UnnumberedModifierConstructorDescriptionUnnumberedBuilder(Unnumbered base) Construct a builder initialized with state from specifiedUnnumbered.