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