public class UnkeyedListBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<UnkeyedList>
UnkeyedListBuilder
instances.UnkeyedListBuilder
Constructor and Description |
---|
UnkeyedListBuilder() |
UnkeyedListBuilder(NameValue arg) |
UnkeyedListBuilder(UnkeyedList base) |
Modifier and Type | Method and Description |
---|---|
UnkeyedListBuilder |
addAugmentation(Class<? extends Augmentation<UnkeyedList>> augmentationType,
Augmentation<UnkeyedList> augmentationValue) |
<E extends Augmentation<UnkeyedList>> |
augmentation(Class<E> augmentationType) |
UnkeyedList |
build() |
void |
fieldsFrom(DataObject arg)
Set fields from given grouping argument.
|
String |
getName() |
String |
getValue() |
UnkeyedListBuilder |
removeAugmentation(Class<? extends Augmentation<UnkeyedList>> augmentationType) |
UnkeyedListBuilder |
setName(String value) |
UnkeyedListBuilder |
setValue(String value) |
public UnkeyedListBuilder()
public UnkeyedListBuilder(NameValue arg)
public UnkeyedListBuilder(UnkeyedList base)
public void fieldsFrom(DataObject arg)
arg
- grouping objectIllegalArgumentException
- if given argument is none of valid typespublic String getName()
public String getValue()
public <E extends Augmentation<UnkeyedList>> E augmentation(Class<E> augmentationType)
public UnkeyedListBuilder setName(String value)
public UnkeyedListBuilder setValue(String value)
public UnkeyedListBuilder addAugmentation(Class<? extends Augmentation<UnkeyedList>> augmentationType, Augmentation<UnkeyedList> augmentationValue)
public UnkeyedListBuilder removeAugmentation(Class<? extends Augmentation<UnkeyedList>> augmentationType)
public UnkeyedList build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<UnkeyedList,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.