public class GetTopOutputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<GetTopOutput>
GetTopOutputBuilder
instances.GetTopOutputBuilder
Constructor and Description |
---|
GetTopOutputBuilder() |
GetTopOutputBuilder(GetTopOutput base) |
GetTopOutputBuilder(TwoLevelList arg) |
Modifier and Type | Method and Description |
---|---|
GetTopOutputBuilder |
addAugmentation(Class<? extends Augmentation<GetTopOutput>> augmentationType,
Augmentation<GetTopOutput> augmentationValue) |
<E extends Augmentation<GetTopOutput>> |
augmentation(Class<E> augmentationType) |
GetTopOutput |
build() |
void |
fieldsFrom(DataObject arg)
Set fields from given grouping argument.
|
List<ChoiceList> |
getChoiceList() |
List<String> |
getTopLevelLeafList() |
List<TopLevelList> |
getTopLevelList() |
List<String> |
getTopLevelOrderedLeafList() |
GetTopOutputBuilder |
removeAugmentation(Class<? extends Augmentation<GetTopOutput>> augmentationType) |
GetTopOutputBuilder |
setChoiceList(List<ChoiceList> values) |
GetTopOutputBuilder |
setTopLevelLeafList(List<String> values) |
GetTopOutputBuilder |
setTopLevelList(List<TopLevelList> values) |
GetTopOutputBuilder |
setTopLevelOrderedLeafList(List<String> values) |
public GetTopOutputBuilder()
public GetTopOutputBuilder(TwoLevelList arg)
public GetTopOutputBuilder(GetTopOutput base)
public void fieldsFrom(DataObject arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic List<ChoiceList> getChoiceList()
public List<TopLevelList> getTopLevelList()
public <E extends Augmentation<GetTopOutput>> E augmentation(Class<E> augmentationType)
public GetTopOutputBuilder setChoiceList(List<ChoiceList> values)
public GetTopOutputBuilder setTopLevelLeafList(List<String> values)
public GetTopOutputBuilder setTopLevelList(List<TopLevelList> values)
public GetTopOutputBuilder setTopLevelOrderedLeafList(List<String> values)
public GetTopOutputBuilder addAugmentation(Class<? extends Augmentation<GetTopOutput>> augmentationType, Augmentation<GetTopOutput> augmentationValue)
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.