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