Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.top.Vlan
-
Packages that use Vlan Package Description org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416 org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.top -
-
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 Vlan Modifier and Type Method Description VlanSubinterface1Builder. getVlan()Return current value associated with the property corresponding toVlanLogicalTop.getVlan().VlanVlanLogicalTop. getVlan()Return vlan, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416 with parameters of type Vlan Modifier and Type Method Description Subinterface1BuilderSubinterface1Builder. setVlan(Vlan value)Set 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 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.logical.top 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.logical.top 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.logical.top 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.logical.top 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.logical.top with parameters of type Vlan Constructor Description VlanBuilder(Vlan base)Construct a builder initialized with state from specifiedVlan.
-