Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces.InterfaceKey
Packages that use InterfaceKey
Package
Description
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces
-
Uses of InterfaceKey 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 InterfaceKeyModifier 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 InterfaceKeyModifier and TypeMethodDescriptionInterfacesBuilder.setInterface(Map<InterfaceKey, Interface> values) Set the property corresponding toInterfaces.getInterface()to the specified value. -
Uses of InterfaceKey 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 that return InterfaceKeyModifier and TypeMethodDescriptionInterface.key()InterfaceBuilder.key()Return current value associated with the property corresponding toInterface.key().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces with parameters of type InterfaceKeyModifier and TypeMethodDescriptionInterfaceBuilder.withKey(InterfaceKey key) Set the key value corresponding toInterface.key()to the specified value.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.interfaces.top.interfaces with parameters of type InterfaceKeyModifierConstructorDescriptionInterfaceKey(InterfaceKey source) Creates a copy from Source Object.