public class TestContBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<TestCont>
TestCont
instances.TestCont
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Constructor and Description |
---|
TestContBuilder() |
TestContBuilder(TestCont base) |
Modifier and Type | Method and Description |
---|---|
TestContBuilder |
addAugmentation(Class<? extends Augmentation<TestCont>> augmentationType,
Augmentation<TestCont> augmentation) |
TestCont |
build() |
<E extends Augmentation<? super TestCont>> |
getAugmentation(Class<E> augmentationType) |
org.opendaylight.yangtools.yang.common.Empty |
getEmptyLeaf() |
TypedefEmpty |
getEmptyLeaf2() |
org.opendaylight.yangtools.yang.common.Empty |
getEmptyLeaf3() |
TestContBuilder |
removeAugmentation(Class<? extends Augmentation<TestCont>> augmentationType) |
TestContBuilder |
setEmptyLeaf(org.opendaylight.yangtools.yang.common.Empty value) |
TestContBuilder |
setEmptyLeaf2(TypedefEmpty value) |
TestContBuilder |
setEmptyLeaf3(org.opendaylight.yangtools.yang.common.Empty value) |
public TestContBuilder()
public TestContBuilder(TestCont base)
public org.opendaylight.yangtools.yang.common.Empty getEmptyLeaf()
public TypedefEmpty getEmptyLeaf2()
public org.opendaylight.yangtools.yang.common.Empty getEmptyLeaf3()
public <E extends Augmentation<? super TestCont>> E getAugmentation(Class<E> augmentationType)
public TestContBuilder setEmptyLeaf2(TypedefEmpty value)
public TestContBuilder setEmptyLeaf(org.opendaylight.yangtools.yang.common.Empty value)
public TestContBuilder setEmptyLeaf3(org.opendaylight.yangtools.yang.common.Empty value)
public TestContBuilder addAugmentation(Class<? extends Augmentation<TestCont>> augmentationType, Augmentation<TestCont> augmentation)
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.