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