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