Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.switched.top.SwitchedVlan
-
-
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 SwitchedVlan Modifier and Type Method Description SwitchedVlanAggregation1Builder. getSwitchedVlan()Return current value associated with the property corresponding toVlanSwitchedTop.getSwitchedVlan().SwitchedVlanEthernet1Builder. getSwitchedVlan()Return current value associated with the property corresponding toVlanSwitchedTop.getSwitchedVlan().SwitchedVlanVlanSwitchedTop. getSwitchedVlan()Return switchedVlan, ornullif it is not present.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416 with parameters of type SwitchedVlan Modifier and Type Method Description Aggregation1BuilderAggregation1Builder. setSwitchedVlan(SwitchedVlan value)Set the property corresponding toVlanSwitchedTop.getSwitchedVlan()to the specified value.Ethernet1BuilderEthernet1Builder. 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 SwitchedVlan Modifier and Type Method Description <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 SwitchedVlan Modifier and Type Method Description @NonNull SwitchedVlanSwitchedVlanBuilder. build()A newSwitchedVlaninstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.switched.top that return types with arguments of type SwitchedVlan Modifier and Type Method Description default Class<SwitchedVlan>SwitchedVlan. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.switched.top with parameters of type SwitchedVlan Modifier and Type Method Description static 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 SwitchedVlan Modifier and Type Method Description SwitchedVlanBuilderSwitchedVlanBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<SwitchedVlan> augmentation)Add an augmentation to this builder's product.SwitchedVlanBuilderSwitchedVlanBuilder. 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 SwitchedVlan Constructor Description SwitchedVlanBuilder(SwitchedVlan base)Construct a builder initialized with state from specifiedSwitchedVlan.
-