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