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