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