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