Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces.Subinterface
-
-
Uses of Subinterface 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 Subinterface Modifier and Type Method Description @Nullable Map<SubinterfaceKey,Subinterface>Subinterfaces. getSubinterface()Return subinterface, ornullif it is not present.Map<SubinterfaceKey,Subinterface>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 Subinterface Modifier and Type Method Description SubinterfacesBuilderSubinterfacesBuilder. 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.rev210406.subinterfaces.top.subinterfaces
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces with type parameters of type Subinterface Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Subinterface>>
E$$SubinterfaceBuilder. 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.subinterfaces.top.subinterfaces that return Subinterface Modifier and Type Method Description @NonNull SubinterfaceSubinterfaceBuilder. build()A newSubinterfaceinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces that return types with arguments of type Subinterface Modifier and Type Method Description default Class<Subinterface>Subinterface. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces with parameters of type Subinterface Modifier and Type Method Description static booleanSubinterface. bindingEquals(@NonNull Subinterface thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intSubinterface. bindingHashCode(@NonNull Subinterface obj)Default implementation ofObject.hashCode()contract for this interface.static StringSubinterface. bindingToString(@NonNull Subinterface obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces with type arguments of type Subinterface Modifier and Type Method Description SubinterfaceBuilderSubinterfaceBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Subinterface> augmentation)Add an augmentation to this builder's product.SubinterfaceBuilderSubinterfaceBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Subinterface>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev210406.subinterfaces.top.subinterfaces with parameters of type Subinterface Constructor Description SubinterfaceBuilder(Subinterface base)Construct a builder initialized with state from specifiedSubinterface.
-