public class MyListBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<MyList>
MyList
instances.MyList
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Constructor and Description |
---|
MyListBuilder() |
MyListBuilder(MyList base) |
Modifier and Type | Method and Description |
---|---|
MyListBuilder |
addAugmentation(Class<? extends Augmentation<MyList>> augmentationType,
Augmentation<MyList> augmentation) |
MyList |
build() |
<E extends Augmentation<? super MyList>> |
getAugmentation(Class<E> augmentationType) |
String |
getFoo() |
MyListKey |
getIdentifier() |
String |
getKey1() |
String |
getKey2() |
String |
getKeyReservedWord() |
MyListBuilder |
removeAugmentation(Class<? extends Augmentation<MyList>> augmentationType) |
MyListBuilder |
setFoo(String value) |
MyListBuilder |
setIdentifier(MyListKey value) |
MyListBuilder |
setKey1(String value) |
MyListBuilder |
setKey2(String value) |
MyListBuilder |
setKeyReservedWord(String value) |
public MyListBuilder()
public MyListBuilder(MyList base)
public String getFoo()
public MyListKey getIdentifier()
public String getKey1()
public String getKey2()
public String getKeyReservedWord()
public <E extends Augmentation<? super MyList>> E getAugmentation(Class<E> augmentationType)
public MyListBuilder setFoo(String value)
public MyListBuilder setIdentifier(MyListKey value)
public MyListBuilder setKey1(String value)
public MyListBuilder setKeyReservedWord(String value)
public MyListBuilder setKey2(String value)
public MyListBuilder addAugmentation(Class<? extends Augmentation<MyList>> augmentationType, Augmentation<MyList> augmentation)
public MyListBuilder removeAugmentation(Class<? extends Augmentation<MyList>> augmentationType)
public MyList build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<MyList,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.