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