Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans.Vlan
-
-
Uses of Vlan in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top that return types with arguments of type Vlan Modifier and Type Method Description @Nullable Map<VlanKey,Vlan>Vlans. getVlan()Return vlan, ornullif it is not present.Map<VlanKey,Vlan>VlansBuilder. getVlan()Return current value associated with the property corresponding toVlans.getVlan().default @NonNull Map<VlanKey,Vlan>Vlans. nonnullVlan()Return vlan, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top with type arguments of type Vlan Modifier and Type Method Description VlansBuilderVlansBuilder. setVlan(Map<VlanKey,Vlan> values)Set the property corresponding toVlans.getVlan()to the specified value. -
Uses of Vlan in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans with type parameters of type Vlan Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Vlan>>
E$$VlanBuilder. 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.vlan.rev190416.vlan.top.vlans that return Vlan Modifier and Type Method Description @NonNull VlanVlanBuilder. build()A newVlaninstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans that return types with arguments of type Vlan Modifier and Type Method Description default Class<Vlan>Vlan. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans with parameters of type Vlan Modifier and Type Method Description static booleanVlan. bindingEquals(@NonNull Vlan thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intVlan. bindingHashCode(@NonNull Vlan obj)Default implementation ofObject.hashCode()contract for this interface.static StringVlan. bindingToString(@NonNull Vlan obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans with type arguments of type Vlan Modifier and Type Method Description VlanBuilderVlanBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Vlan> augmentation)Add an augmentation to this builder's product.VlanBuilderVlanBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Vlan>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans with parameters of type Vlan Constructor Description VlanBuilder(Vlan base)Construct a builder initialized with state from specifiedVlan.
-