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