public class UnorderedListBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<UnorderedList>
UnorderedList instances.UnorderedList| Constructor and Description |
|---|
UnorderedListBuilder() |
UnorderedListBuilder(NameValue arg) |
UnorderedListBuilder(UnorderedList base) |
| Modifier and Type | Method and Description |
|---|---|
UnorderedListBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedList>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedList> augmentation) |
UnorderedList |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedList>> |
getAugmentation(Class<E> augmentationType) |
UnorderedListKey |
getKey() |
String |
getName() |
String |
getValue() |
UnorderedListBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedList>> augmentationType) |
UnorderedListBuilder |
setKey(UnorderedListKey value) |
UnorderedListBuilder |
setName(String value) |
UnorderedListBuilder |
setValue(String value) |
public UnorderedListBuilder()
public UnorderedListBuilder(NameValue arg)
public UnorderedListBuilder(UnorderedList base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic UnorderedListKey getKey()
public String getName()
public String getValue()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedList>> E getAugmentation(Class<E> augmentationType)
public UnorderedListBuilder setKey(UnorderedListKey value)
public UnorderedListBuilder setName(String value)
public UnorderedListBuilder setValue(String value)
public UnorderedListBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedList>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedList> augmentation)
public UnorderedListBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedList>> augmentationType)
public UnorderedList build()
build in interface org.opendaylight.yangtools.concepts.Builder<UnorderedList>Copyright © 2015. All Rights Reserved.