| 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> augmentation) |
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.rev100924.IpPrefix |
getIpPrefix() |
IpPrefixBuilder |
setIpPrefix(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.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.rev100924.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.rev100924.IpPrefix value)
public IpPrefixBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IpPrefix>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<IpPrefix> augmentation)
public IpPrefix build()
Copyright © 2014. All rights reserved.