Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.top.Vlan
Packages that use Vlan
Package
Description
-
Uses of Vlan 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 VlanModifier and TypeMethodDescriptionSubinterface1Builder.getVlan()Return current value associated with the property corresponding toVlanLogicalTop.getVlan().VlanLogicalTop.getVlan()Return vlan, ornullif it is not present.@NonNull VlanVlanLogicalTop.nonnullVlan()Return vlan, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416 with parameters of type VlanModifier and TypeMethodDescriptionSet the property corresponding toVlanLogicalTop.getVlan()to the specified value. -
Uses of Vlan in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.top 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.logical.top that return VlanModifier and TypeMethodDescription@NonNull VlanVlanBuilder.build()A newVlaninstance.static @NonNull VlanVlanBuilder.empty()Get empty instance of Vlan.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.top that return types with arguments of type VlanMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.top 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.logical.top 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.logical.top with parameters of type VlanModifierConstructorDescriptionVlanBuilder(Vlan base) Construct a builder initialized with state from specifiedVlan.