Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top.Vlans
Packages that use Vlans
Package
Description
-
Uses of Vlans in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416 that return VlansModifier and TypeMethodDescriptionVlanTop.getVlans()Return vlans, ornullif it is not present.@NonNull VlansVlanTop.nonnullVlans()Return vlans, or an empty instance if it is not present. -
Uses of Vlans 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 with type parameters of type VlansModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Vlans>>
E$$VlansBuilder.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 that return VlansModifier and TypeMethodDescription@NonNull VlansVlansBuilder.build()A newVlansinstance.static @NonNull VlansVlansBuilder.empty()Get empty instance of Vlans.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top that return types with arguments of type VlansMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top with parameters of type VlansModifier and TypeMethodDescriptionstatic booleanVlans.bindingEquals(@NonNull Vlans thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intVlans.bindingHashCode(@NonNull Vlans obj) Default implementation ofObject.hashCode()contract for this interface.static StringVlans.bindingToString(@NonNull Vlans 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 with type arguments of type VlansModifier and TypeMethodDescriptionVlansBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Vlans> augmentation) Add an augmentation to this builder's product.VlansBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Vlans>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.top with parameters of type VlansModifierConstructorDescriptionVlansBuilder(Vlans base) Construct a builder initialized with state from specifiedVlans.