Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.subinterfaces.top.subinterfaces.Subinterface
Package
Description
-
Uses of Subinterface in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.subinterfaces.top
Modifier and TypeMethodDescription@Nullable Map
<SubinterfaceKey, Subinterface> Subinterfaces.getSubinterface()
Return subinterface, ornull
if 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.Modifier and TypeMethodDescriptionSubinterfacesBuilder.setSubinterface
(Map<SubinterfaceKey, Subinterface> values) Set the property corresponding toSubinterfaces.getSubinterface()
to the specified value. -
Uses of Subinterface in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.subinterfaces.top.subinterfaces
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Subinterface>>
E$$SubinterfaceBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Subinterface
SubinterfaceBuilder.build()
A newSubinterface
instance.Modifier and TypeMethodDescriptiondefault Class
<Subinterface> Subinterface.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
Subinterface.bindingEquals
(@NonNull Subinterface thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Subinterface.bindingHashCode
(@NonNull Subinterface obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Subinterface.bindingToString
(@NonNull Subinterface obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionSubinterfaceBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Subinterface> augmentation) Add an augmentation to this builder's product.SubinterfaceBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Subinterface>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSubinterface
.