public class TopBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Top>
Top
instances.Top
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Constructor and Description |
---|
TopBuilder() |
TopBuilder(Top base) |
public TopBuilder()
public TopBuilder(Top base)
public void fieldsFrom(TreeNode arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic Integer getAugmentedInt()
public String getAugmentedString()
public List<ChoiceList> getChoiceList()
public List<TopLevelList> getTopLevelList()
public <E extends Augmentation<? super Top>> E getAugmentation(Class<E> augmentationType)
public TopBuilder setAugmentedInt(Integer value)
public TopBuilder setChoiceList(List<ChoiceList> values)
public TopBuilder addToChoiceList(ChoiceList value)
public TopBuilder removeFromChoiceList(ChoiceList value)
public TopBuilder setTopLevelLeafList(List<String> values)
public TopBuilder addToTopLevelLeafList(String value)
public TopBuilder removeFromTopLevelLeafList(String value)
public TopBuilder setAugmentedString(String value)
public TopBuilder setTopLevelList(List<TopLevelList> values)
public TopBuilder addToTopLevelList(TopLevelList value)
public TopBuilder removeFromTopLevelList(TopLevelList value)
public TopBuilder setTopLevelOrderedLeafList(List<String> values)
public TopBuilder addToTopLevelOrderedLeafList(String value)
public TopBuilder removeFromTopLevelOrderedLeafList(String value)
public TopBuilder addAugmentation(Class<? extends Augmentation<Top>> augmentationType, Augmentation<Top> augmentation)
public TopBuilder removeAugmentation(Class<? extends Augmentation<Top>> augmentationType)
public Top build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Top,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.