public class IpPrefixCaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<IpPrefixCase>
IpPrefixCase instances.IpPrefixCase| Constructor and Description |
|---|
IpPrefixCaseBuilder() |
IpPrefixCaseBuilder(IpPrefixCase base) |
| Modifier and Type | Method and Description |
|---|---|
IpPrefixCaseBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IpPrefixCase>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<IpPrefixCase> augmentationValue) |
IpPrefixCase |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<IpPrefixCase>> |
getAugmentation(Class<E> augmentationType) |
IpPrefix |
getIpPrefix() |
IpPrefixCaseBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IpPrefixCase>> augmentationType) |
IpPrefixCaseBuilder |
setIpPrefix(IpPrefix value) |
public IpPrefixCaseBuilder()
public IpPrefixCaseBuilder(IpPrefixCase base)
public IpPrefix getIpPrefix()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<IpPrefixCase>> E getAugmentation(Class<E> augmentationType)
public IpPrefixCaseBuilder setIpPrefix(IpPrefix value)
public IpPrefixCaseBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IpPrefixCase>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<IpPrefixCase> augmentationValue)
public IpPrefixCaseBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IpPrefixCase>> augmentationType)
public IpPrefixCase build()
build in interface org.opendaylight.yangtools.concepts.Builder<IpPrefixCase>Copyright © 2018 OpenDaylight. All rights reserved.