Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top.MatchBuilder
Packages that use MatchBuilder
Package
Description
-
Uses of MatchBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top that return MatchBuilderModifier and TypeMethodDescriptionMatchBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Match> augmentation) Add an augmentation to this builder's product.MatchBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Match>> augmentationType) Remove an augmentation from this builder's product.MatchBuilder.setDoubleTagged(DoubleTagged value) Set the property corresponding toMatch.getDoubleTagged()to the specified value.MatchBuilder.setDoubleTaggedInnerList(DoubleTaggedInnerList value) Set the property corresponding toMatch.getDoubleTaggedInnerList()to the specified value.MatchBuilder.setDoubleTaggedInnerOuterRange(DoubleTaggedInnerOuterRange value) Set the property corresponding toMatch.getDoubleTaggedInnerOuterRange()to the specified value.MatchBuilder.setDoubleTaggedInnerRange(DoubleTaggedInnerRange value) Set the property corresponding toMatch.getDoubleTaggedInnerRange()to the specified value.MatchBuilder.setDoubleTaggedOuterList(DoubleTaggedOuterList value) Set the property corresponding toMatch.getDoubleTaggedOuterList()to the specified value.MatchBuilder.setDoubleTaggedOuterRange(DoubleTaggedOuterRange value) Set the property corresponding toMatch.getDoubleTaggedOuterRange()to the specified value.MatchBuilder.setSingleTagged(SingleTagged value) Set the property corresponding toMatch.getSingleTagged()to the specified value.MatchBuilder.setSingleTaggedList(SingleTaggedList value) Set the property corresponding toMatch.getSingleTaggedList()to the specified value.MatchBuilder.setSingleTaggedRange(SingleTaggedRange value) Set the property corresponding toMatch.getSingleTaggedRange()to the specified value.