Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.switched.top.SwitchedVlan
Packages that use SwitchedVlan
Package
Description
-
Uses of SwitchedVlan 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 SwitchedVlanModifier and TypeMethodDescriptionAggregation1Builder.getSwitchedVlan()Return current value associated with the property corresponding toVlanSwitchedTop.getSwitchedVlan().Ethernet1Builder.getSwitchedVlan()Return current value associated with the property corresponding toVlanSwitchedTop.getSwitchedVlan().VlanSwitchedTop.getSwitchedVlan()Return switchedVlan, ornullif it is not present.@NonNull SwitchedVlanVlanSwitchedTop.nonnullSwitchedVlan()Return switchedVlan, 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 SwitchedVlanModifier and TypeMethodDescriptionAggregation1Builder.setSwitchedVlan(SwitchedVlan value) Set the property corresponding toVlanSwitchedTop.getSwitchedVlan()to the specified value.Ethernet1Builder.setSwitchedVlan(SwitchedVlan value) Set the property corresponding toVlanSwitchedTop.getSwitchedVlan()to the specified value. -
Uses of SwitchedVlan in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.switched.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.switched.top with type parameters of type SwitchedVlanModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SwitchedVlan>>
E$$SwitchedVlanBuilder.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.switched.top that return SwitchedVlanModifier and TypeMethodDescription@NonNull SwitchedVlanSwitchedVlanBuilder.build()A newSwitchedVlaninstance.static @NonNull SwitchedVlanSwitchedVlanBuilder.empty()Get empty instance of SwitchedVlan.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.switched.top that return types with arguments of type SwitchedVlanModifier and TypeMethodDescriptiondefault Class<SwitchedVlan>SwitchedVlan.implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.switched.top with parameters of type SwitchedVlanModifier and TypeMethodDescriptionstatic booleanSwitchedVlan.bindingEquals(@NonNull SwitchedVlan thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intSwitchedVlan.bindingHashCode(@NonNull SwitchedVlan obj) Default implementation ofObject.hashCode()contract for this interface.static StringSwitchedVlan.bindingToString(@NonNull SwitchedVlan obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.switched.top with type arguments of type SwitchedVlanModifier and TypeMethodDescriptionSwitchedVlanBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<SwitchedVlan> augmentation) Add an augmentation to this builder's product.SwitchedVlanBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SwitchedVlan>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.switched.top with parameters of type SwitchedVlanModifierConstructorDescriptionConstruct a builder initialized with state from specifiedSwitchedVlan.