public class Ipv4CaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Ipv4Case>
Ipv4Case instances.Ipv4Case| Constructor and Description |
|---|
Ipv4CaseBuilder() |
Ipv4CaseBuilder(Ipv4Case base) |
| Modifier and Type | Method and Description |
|---|---|
Ipv4CaseBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv4Case>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Ipv4Case> augmentationValue) |
Ipv4Case |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv4Case>> |
getAugmentation(Class<E> augmentationType) |
Ipv4 |
getIpv4() |
Ipv4CaseBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv4Case>> augmentationType) |
Ipv4CaseBuilder |
setIpv4(Ipv4 value) |
public Ipv4CaseBuilder()
public Ipv4CaseBuilder(Ipv4Case base)
public Ipv4 getIpv4()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv4Case>> E getAugmentation(Class<E> augmentationType)
public Ipv4CaseBuilder setIpv4(Ipv4 value)
public Ipv4CaseBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv4Case>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Ipv4Case> augmentationValue)
public Ipv4CaseBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Ipv4Case>> augmentationType)
Copyright © 2018 OpenDaylight. All rights reserved.