Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.Interfaces
Packages that use Interfaces
Package
Description
-
Uses of Interfaces 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 InterfacesModifier and TypeMethodDescriptionInterfacesTop.getInterfaces()Return interfaces, ornullif it is not present.@NonNull InterfacesInterfacesTop.nonnullInterfaces()Return interfaces, or an empty instance if it is not present. -
Uses of Interfaces in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top with type parameters of type InterfacesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Interfaces>>
E$$InterfacesBuilder.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.interfaces.top that return InterfacesModifier and TypeMethodDescription@NonNull InterfacesInterfacesBuilder.build()A newInterfacesinstance.static @NonNull InterfacesInterfacesBuilder.empty()Get empty instance of Interfaces.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top that return types with arguments of type InterfacesMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top with parameters of type InterfacesModifier and TypeMethodDescriptionstatic booleanInterfaces.bindingEquals(@NonNull Interfaces thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intInterfaces.bindingHashCode(@NonNull Interfaces obj) Default implementation ofObject.hashCode()contract for this interface.static StringInterfaces.bindingToString(@NonNull Interfaces obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top with type arguments of type InterfacesModifier and TypeMethodDescriptionInterfacesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Interfaces> augmentation) Add an augmentation to this builder's product.InterfacesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Interfaces>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top with parameters of type InterfacesModifierConstructorDescriptionInterfacesBuilder(Interfaces base) Construct a builder initialized with state from specifiedInterfaces.