public class Case2ContainerBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Case2Container>
Case2ContainerBuilder
instances.Case2ContainerBuilder
Constructor and Description |
---|
Case2ContainerBuilder() |
Case2ContainerBuilder(Case2Container base) |
Modifier and Type | Method and Description |
---|---|
Case2ContainerBuilder |
addAugmentation(Class<? extends Augmentation<Case2Container>> augmentationType,
Augmentation<Case2Container> augmentationValue) |
<E extends Augmentation<Case2Container>> |
augmentation(Class<E> augmentationType) |
Case2Container |
build() |
String |
getCase2Leaf() |
Case2ContainerBuilder |
removeAugmentation(Class<? extends Augmentation<Case2Container>> augmentationType) |
Case2ContainerBuilder |
setCase2Leaf(String value) |
public Case2ContainerBuilder()
public Case2ContainerBuilder(Case2Container base)
public String getCase2Leaf()
public <E extends Augmentation<Case2Container>> E augmentation(Class<E> augmentationType)
public Case2ContainerBuilder setCase2Leaf(String value)
public Case2ContainerBuilder addAugmentation(Class<? extends Augmentation<Case2Container>> augmentationType, Augmentation<Case2Container> augmentationValue)
public Case2ContainerBuilder removeAugmentation(Class<? extends Augmentation<Case2Container>> augmentationType)
public Case2Container build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Case2Container,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.