public class TestContBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<TestCont>
TestContBuilder
instances.TestContBuilder
Constructor and Description |
---|
TestContBuilder() |
TestContBuilder(TestCont base) |
Modifier and Type | Method and Description |
---|---|
TestContBuilder |
addAugmentation(Class<? extends Augmentation<TestCont>> augmentationType,
Augmentation<TestCont> augmentationValue) |
<E extends Augmentation<TestCont>> |
augmentation(Class<E> augmentationType) |
TestCont |
build() |
TypedefEmpty |
getEmptyLeaf2() |
Boolean |
isEmptyLeaf() |
Boolean |
isEmptyLeaf3() |
TestContBuilder |
removeAugmentation(Class<? extends Augmentation<TestCont>> augmentationType) |
TestContBuilder |
setEmptyLeaf(Boolean value) |
TestContBuilder |
setEmptyLeaf2(TypedefEmpty value) |
TestContBuilder |
setEmptyLeaf3(Boolean value) |
public TestContBuilder()
public TestContBuilder(TestCont base)
public TypedefEmpty getEmptyLeaf2()
public Boolean isEmptyLeaf()
public Boolean isEmptyLeaf3()
public <E extends Augmentation<TestCont>> E augmentation(Class<E> augmentationType)
public TestContBuilder setEmptyLeaf2(TypedefEmpty value)
public TestContBuilder setEmptyLeaf(Boolean value)
public TestContBuilder setEmptyLeaf3(Boolean value)
public TestContBuilder addAugmentation(Class<? extends Augmentation<TestCont>> augmentationType, Augmentation<TestCont> augmentationValue)
public TestContBuilder removeAugmentation(Class<? extends Augmentation<TestCont>> augmentationType)
public TestCont build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<TestCont,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.