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 org.opendaylight.yang.gen.v1.http.openconfig.net.yang.vlan.rev190416.vlan.logical.match.top -
-
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 MatchBuilder Modifier and Type Method Description MatchBuilderMatchBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Match> augmentation)Add an augmentation to this builder's product.MatchBuilderMatchBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Match>> augmentationType)Remove an augmentation from this builder's product.MatchBuilderMatchBuilder. setDoubleTagged(DoubleTagged value)Set the property corresponding toMatch.getDoubleTagged()to the specified value.MatchBuilderMatchBuilder. setDoubleTaggedInnerList(DoubleTaggedInnerList value)Set the property corresponding toMatch.getDoubleTaggedInnerList()to the specified value.MatchBuilderMatchBuilder. setDoubleTaggedInnerOuterRange(DoubleTaggedInnerOuterRange value)Set the property corresponding toMatch.getDoubleTaggedInnerOuterRange()to the specified value.MatchBuilderMatchBuilder. setDoubleTaggedInnerRange(DoubleTaggedInnerRange value)Set the property corresponding toMatch.getDoubleTaggedInnerRange()to the specified value.MatchBuilderMatchBuilder. setDoubleTaggedOuterList(DoubleTaggedOuterList value)Set the property corresponding toMatch.getDoubleTaggedOuterList()to the specified value.MatchBuilderMatchBuilder. setDoubleTaggedOuterRange(DoubleTaggedOuterRange value)Set the property corresponding toMatch.getDoubleTaggedOuterRange()to the specified value.MatchBuilderMatchBuilder. setSingleTagged(SingleTagged value)Set the property corresponding toMatch.getSingleTagged()to the specified value.MatchBuilderMatchBuilder. setSingleTaggedList(SingleTaggedList value)Set the property corresponding toMatch.getSingleTaggedList()to the specified value.MatchBuilderMatchBuilder. setSingleTaggedRange(SingleTaggedRange value)Set the property corresponding toMatch.getSingleTaggedRange()to the specified value.
-