Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces.Interface
Packages that use Interface
Package
Description
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces
-
Uses of Interface 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 that return types with arguments of type InterfaceModifier and TypeMethodDescription@Nullable Map<InterfaceKey,Interface> Interfaces.getInterface()Return interface, ornullif it is not present.InterfacesBuilder.getInterface()Return current value associated with the property corresponding toInterfaces.getInterface().default @NonNull Map<InterfaceKey,Interface> Interfaces.nonnullInterface()Return interface, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top with type arguments of type InterfaceModifier and TypeMethodDescriptionInterfacesBuilder.setInterface(Map<InterfaceKey, Interface> values) Set the property corresponding toInterfaces.getInterface()to the specified value. -
Uses of Interface in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces with type parameters of type InterfaceModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Interface>>
E$$InterfaceBuilder.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.interfaces that return InterfaceModifier and TypeMethodDescription@NonNull InterfaceInterfaceBuilder.build()A newInterfaceinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces that return types with arguments of type InterfaceMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces with parameters of type InterfaceModifier and TypeMethodDescriptionstatic booleanInterface.bindingEquals(@NonNull Interface thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intInterface.bindingHashCode(@NonNull Interface obj) Default implementation ofObject.hashCode()contract for this interface.static StringInterface.bindingToString(@NonNull Interface 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.interfaces with type arguments of type InterfaceModifier and TypeMethodDescriptionInterfaceBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Interface> augmentation) Add an augmentation to this builder's product.InterfaceBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Interface>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces with parameters of type InterfaceModifierConstructorDescriptionInterfaceBuilder(Interface base) Construct a builder initialized with state from specifiedInterface.