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 org.opendaylight.yangtools.yang.binding.Augmentation<IpPrefix>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<IpPrefix> augmentationValue) |
IpPrefix |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.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 org.opendaylight.yangtools.yang.binding.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(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.IpPrefix getIpPrefix()
public <E extends org.opendaylight.yangtools.yang.binding.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 org.opendaylight.yangtools.yang.binding.Augmentation<IpPrefix>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<IpPrefix> augmentationValue)
public IpPrefixBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IpPrefix>> augmentationType)
Copyright © 2018 OpenDaylight. All rights reserved.