public class IpPrefixCaseBuilder extends Object
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> augmentation) |
IpPrefixCase |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<IpPrefixCase>> |
getAugmentation(Class<E> augmentationType) |
IpPrefix |
getIpPrefix() |
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> augmentation)
public IpPrefixCase build()
Copyright © 2014. All rights reserved.