public class NxmOfEthDstBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<NxmOfEthDst>
NxmOfEthDst instances.NxmOfEthDst| Constructor and Description |
|---|
NxmOfEthDstBuilder() |
NxmOfEthDstBuilder(MacAddressGrouping arg) |
NxmOfEthDstBuilder(NxmOfEthDst base) |
| Modifier and Type | Method and Description |
|---|---|
NxmOfEthDstBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfEthDst>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfEthDst> augmentationValue) |
NxmOfEthDst |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfEthDst>> |
getAugmentation(Class<E> augmentationType) |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress |
getMacAddress() |
NxmOfEthDstBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfEthDst>> augmentationType) |
NxmOfEthDstBuilder |
setMacAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress value) |
public NxmOfEthDstBuilder()
public NxmOfEthDstBuilder(MacAddressGrouping arg)
public NxmOfEthDstBuilder(NxmOfEthDst base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getMacAddress()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfEthDst>> E getAugmentation(Class<E> augmentationType)
public NxmOfEthDstBuilder setMacAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress value)
public NxmOfEthDstBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfEthDst>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfEthDst> augmentationValue)
public NxmOfEthDstBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<NxmOfEthDst>> augmentationType)
public NxmOfEthDst build()
build in interface org.opendaylight.yangtools.concepts.Builder<NxmOfEthDst>Copyright © 2018 OpenDaylight. All rights reserved.