Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.of.match.eth.dst.grouping.EthDstValuesBuilder
Packages that use EthDstValuesBuilder
Package
Description
-
Uses of EthDstValuesBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.of.match.eth.dst.grouping
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.ofj.nxm.of.match.eth.dst.grouping that return EthDstValuesBuilderModifier and TypeMethodDescriptionEthDstValuesBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<EthDstValues> augmentation) Add an augmentation to this builder's product.EthDstValuesBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EthDstValues>> augmentationType) Remove an augmentation from this builder's product.EthDstValuesBuilder.setMacAddress
(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress value) Set the property corresponding toEthDstValues.getMacAddress()
to the specified value.