Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans.Vlan
Packages that use Vlan
Package
Description
-
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 VlanModifier and TypeMethodDescriptionVlans.getVlan()Return vlan, ornullif it is not present.VlansBuilder.getVlan()Return current value associated with the property corresponding toVlans.getVlan().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 VlanModifier and TypeMethodDescriptionSet 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 VlanModifier and TypeMethodDescription<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 VlanMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans that return types with arguments of type VlanMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.vlans with parameters of type VlanModifier and TypeMethodDescriptionstatic 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 VlanModifier and TypeMethodDescriptionVlanBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Vlan> augmentation) Add an augmentation to this builder's product.VlanBuilder.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 VlanModifierConstructorDescriptionVlanBuilder(Vlan base) Construct a builder initialized with state from specifiedVlan.