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