public class PutTopInputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<PutTopInput>
PutTopInput
instances.PutTopInput
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Constructor and Description |
---|
PutTopInputBuilder() |
PutTopInputBuilder(PutTopInput base) |
public PutTopInputBuilder()
public PutTopInputBuilder(PutTopInput 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 PutTopInput>> E getAugmentation(Class<E> augmentationType)
public PutTopInputBuilder setTopLevelLeafList(List<String> values)
public PutTopInputBuilder addToTopLevelLeafList(String value)
public PutTopInputBuilder removeFromTopLevelLeafList(String value)
public PutTopInputBuilder setChoiceList(List<ChoiceList> values)
public PutTopInputBuilder addToChoiceList(ChoiceList value)
public PutTopInputBuilder removeFromChoiceList(ChoiceList value)
public PutTopInputBuilder setTopLevelOrderedLeafList(List<String> values)
public PutTopInputBuilder addToTopLevelOrderedLeafList(String value)
public PutTopInputBuilder removeFromTopLevelOrderedLeafList(String value)
public PutTopInputBuilder setTopLevelList(List<TopLevelList> values)
public PutTopInputBuilder addToTopLevelList(TopLevelList value)
public PutTopInputBuilder removeFromTopLevelList(TopLevelList value)
public PutTopInputBuilder addAugmentation(Class<? extends Augmentation<PutTopInput>> augmentationType, Augmentation<PutTopInput> augmentation)
public PutTopInputBuilder removeAugmentation(Class<? extends Augmentation<PutTopInput>> augmentationType)
public PutTopInput build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<PutTopInput,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.