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