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