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