Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.subinterfaces.top.Subinterfaces
Package
Description
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.interfaces.top.interfaces
-
Uses of Subinterfaces in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412
Modifier and TypeMethodDescriptionSubinterfacesTop.getSubinterfaces()
Return subinterfaces, ornull
if it is not present.@NonNull Subinterfaces
SubinterfacesTop.nonnullSubinterfaces()
Return subinterfaces, or an empty instance if it is not present. -
Uses of Subinterfaces in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.interfaces.top.interfaces
Modifier and TypeMethodDescriptionInterfaceBuilder.getSubinterfaces()
Return current value associated with the property corresponding toSubinterfacesTop.getSubinterfaces()
.Modifier and TypeMethodDescriptionInterfaceBuilder.setSubinterfaces
(Subinterfaces value) Set the property corresponding toSubinterfacesTop.getSubinterfaces()
to the specified value. -
Uses of Subinterfaces in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.subinterfaces.top
Modifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Subinterfaces>>
E$$SubinterfacesBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Modifier and TypeMethodDescription@NonNull Subinterfaces
SubinterfacesBuilder.build()
A newSubinterfaces
instance.static @NonNull Subinterfaces
SubinterfacesBuilder.empty()
Get empty instance of Subinterfaces.Modifier and TypeMethodDescriptiondefault Class
<Subinterfaces> Subinterfaces.implementedInterface()
Modifier and TypeMethodDescriptionstatic boolean
Subinterfaces.bindingEquals
(@NonNull Subinterfaces thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Subinterfaces.bindingHashCode
(@NonNull Subinterfaces obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Subinterfaces.bindingToString
(@NonNull Subinterfaces obj) Default implementation ofObject.toString()
contract for this interface.Modifier and TypeMethodDescriptionSubinterfacesBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Subinterfaces> augmentation) Add an augmentation to this builder's product.SubinterfacesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Subinterfaces>> augmentationType) Remove an augmentation from this builder's product.ModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSubinterfaces
.