public class SourcePrefixCaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<SourcePrefixCase>
SourcePrefixCase instances.SourcePrefixCase| Constructor and Description |
|---|
SourcePrefixCaseBuilder() |
SourcePrefixCaseBuilder(SourcePrefixCase base) |
| Modifier and Type | Method and Description |
|---|---|
SourcePrefixCaseBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SourcePrefixCase>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<SourcePrefixCase> augmentationValue) |
SourcePrefixCase |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<SourcePrefixCase>> |
getAugmentation(Class<E> augmentationType) |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix |
getSourcePrefix() |
SourcePrefixCaseBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SourcePrefixCase>> augmentationType) |
SourcePrefixCaseBuilder |
setSourcePrefix(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix value) |
public SourcePrefixCaseBuilder()
public SourcePrefixCaseBuilder(SourcePrefixCase base)
public org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix getSourcePrefix()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<SourcePrefixCase>> E getAugmentation(Class<E> augmentationType)
public SourcePrefixCaseBuilder setSourcePrefix(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv4Prefix value)
public SourcePrefixCaseBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SourcePrefixCase>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<SourcePrefixCase> augmentationValue)
public SourcePrefixCaseBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SourcePrefixCase>> augmentationType)
public SourcePrefixCase build()
build in interface org.opendaylight.yangtools.concepts.Builder<SourcePrefixCase>Copyright © 2017 OpenDaylight. All rights reserved.