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