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