Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.sub.unnumbered.top.Unnumbered
Package
Description
-
Uses of Unnumbered in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412
Modifier and TypeMethodDescriptionSubUnnumberedTop.getUnnumbered()
Return unnumbered, ornull
if it is not present.@NonNull Unnumbered
SubUnnumberedTop.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.rev160412.sub.unnumbered.top
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Unnumbered>>
E$$UnnumberedBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Unnumbered
UnnumberedBuilder.build()
A newUnnumbered
instance.static @NonNull Unnumbered
UnnumberedBuilder.empty()
Get empty instance of Unnumbered.Modifier and TypeMethodDescriptionstatic boolean
Unnumbered.bindingEquals
(@NonNull Unnumbered thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Unnumbered.bindingHashCode
(@NonNull Unnumbered obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Unnumbered.bindingToString
(@NonNull Unnumbered obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionUnnumberedBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Unnumbered> augmentation) Add an augmentation to this builder's product.UnnumberedBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Unnumbered>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionUnnumberedBuilder
(Unnumbered base) Construct a builder initialized with state from specifiedUnnumbered
.