Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces.Interface
-
-
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 Interface Modifier and Type Method Description @Nullable Map<InterfaceKey,Interface>Interfaces. getInterface()Return interface, ornullif it is not present.Map<InterfaceKey,Interface>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 Interface Modifier and Type Method Description InterfacesBuilderInterfacesBuilder. 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 Interface Modifier and Type Method Description <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 Interface Modifier and Type Method Description @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 Interface Modifier and Type Method Description default Class<Interface>Interface. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces with parameters of type Interface Modifier and Type Method Description static 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 Interface Modifier and Type Method Description InterfaceBuilderInterfaceBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Interface> augmentation)Add an augmentation to this builder's product.InterfaceBuilderInterfaceBuilder. 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 Interface Constructor Description InterfaceBuilder(Interface base)Construct a builder initialized with state from specifiedInterface.
-