Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces.SubinterfaceKey
Packages that use SubinterfaceKey
Package
Description
-
Uses of SubinterfaceKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top that return types with arguments of type SubinterfaceKeyModifier and TypeMethodDescription@Nullable Map<SubinterfaceKey,Subinterface> Subinterfaces.getSubinterface()Return subinterface, ornullif it is not present.SubinterfacesBuilder.getSubinterface()Return current value associated with the property corresponding toSubinterfaces.getSubinterface().default @NonNull Map<SubinterfaceKey,Subinterface> Subinterfaces.nonnullSubinterface()Return subinterface, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top with type arguments of type SubinterfaceKeyModifier and TypeMethodDescriptionSubinterfacesBuilder.setSubinterface(Map<SubinterfaceKey, Subinterface> values) Set the property corresponding toSubinterfaces.getSubinterface()to the specified value. -
Uses of SubinterfaceKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces that return SubinterfaceKeyModifier and TypeMethodDescriptionSubinterface.key()SubinterfaceBuilder.key()Return current value associated with the property corresponding toSubinterface.key().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces with parameters of type SubinterfaceKeyModifier and TypeMethodDescriptionSubinterfaceBuilder.withKey(SubinterfaceKey key) Set the key value corresponding toSubinterface.key()to the specified value.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces with parameters of type SubinterfaceKeyModifierConstructorDescriptionSubinterfaceKey(SubinterfaceKey source) Creates a copy from Source Object.