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