public class MyContBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<MyCont>
MyCont
instances.MyCont
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Constructor and Description |
---|
MyContBuilder() |
MyContBuilder(MyCont base) |
Modifier and Type | Method and Description |
---|---|
MyContBuilder |
addAugmentation(Class<? extends Augmentation<MyCont>> augmentationType,
Augmentation<MyCont> augmentation) |
MyCont |
build() |
<E extends Augmentation<? super MyCont>> |
getAugmentation(Class<E> augmentationType) |
String |
getMyLeaf() |
MyContBuilder |
removeAugmentation(Class<? extends Augmentation<MyCont>> augmentationType) |
MyContBuilder |
setMyLeaf(String value) |
public MyContBuilder()
public MyContBuilder(MyCont base)
public String getMyLeaf()
public <E extends Augmentation<? super MyCont>> E getAugmentation(Class<E> augmentationType)
public MyContBuilder setMyLeaf(String value)
public MyContBuilder addAugmentation(Class<? extends Augmentation<MyCont>> augmentationType, Augmentation<MyCont> augmentation)
public MyContBuilder removeAugmentation(Class<? extends Augmentation<MyCont>> augmentationType)
public MyCont build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<MyCont,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.