Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.top.VlanBuilder
-
Packages that use VlanBuilder Package Description org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.top -
-
Uses of VlanBuilder 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 that return VlanBuilder 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.VlanBuilderVlanBuilder. setConfig(Config value)Set the property corresponding toVlan.getConfig()to the specified value.VlanBuilderVlanBuilder. setEgressMapping(EgressMapping value)Set the property corresponding toVlanLogicalEgressMappingTop.getEgressMapping()to the specified value.VlanBuilderVlanBuilder. setIngressMapping(IngressMapping value)Set the property corresponding toVlanLogicalIngressMappingTop.getIngressMapping()to the specified value.VlanBuilderVlanBuilder. setMatch(Match value)Set the property corresponding toVlanLogicalMatchTop.getMatch()to the specified value.VlanBuilderVlanBuilder. setState(State value)Set the property corresponding toVlan.getState()to the specified value.
-