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) |
MyListKey |
getIdentifier() |
String |
getName() |
MyListBuilder |
removeAugmentation(Class<? extends Augmentation<MyList>> augmentationType) |
MyListBuilder |
setIdentifier(MyListKey value) |
MyListBuilder |
setName(String value) |
public MyListBuilder()
public MyListBuilder(MyList base)
public MyListKey getIdentifier()
public String getName()
public <E extends Augmentation<? super MyList>> E getAugmentation(Class<E> augmentationType)
public MyListBuilder setName(String value)
public MyListBuilder setIdentifier(MyListKey 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.