public class UnorderedContainerBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<UnorderedContainer>
UnorderedContainer instances.UnorderedContainer| Constructor and Description |
|---|
UnorderedContainerBuilder() |
UnorderedContainerBuilder(UnorderedContainer base) |
| Modifier and Type | Method and Description |
|---|---|
UnorderedContainerBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedContainer>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedContainer> augmentation) |
UnorderedContainer |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedContainer>> |
getAugmentation(Class<E> augmentationType) |
List<UnorderedList> |
getUnorderedList() |
UnorderedContainerBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedContainer>> augmentationType) |
UnorderedContainerBuilder |
setUnorderedList(List<UnorderedList> value) |
public UnorderedContainerBuilder()
public UnorderedContainerBuilder(UnorderedContainer base)
public List<UnorderedList> getUnorderedList()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedContainer>> E getAugmentation(Class<E> augmentationType)
public UnorderedContainerBuilder setUnorderedList(List<UnorderedList> value)
public UnorderedContainerBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedContainer>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedContainer> augmentation)
public UnorderedContainerBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<UnorderedContainer>> augmentationType)
public UnorderedContainer build()
build in interface org.opendaylight.yangtools.concepts.Builder<UnorderedContainer>Copyright © 2015. All Rights Reserved.