public class ListsBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Lists>
Lists instances.Lists| Constructor and Description |
|---|
ListsBuilder() |
ListsBuilder(Lists base) |
| Modifier and Type | Method and Description |
|---|---|
ListsBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Lists>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<Lists> augmentation) |
Lists |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<Lists>> |
getAugmentation(Class<E> augmentationType) |
OrderedContainer |
getOrderedContainer() |
UnkeyedContainer |
getUnkeyedContainer() |
UnorderedContainer |
getUnorderedContainer() |
ListsBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Lists>> augmentationType) |
ListsBuilder |
setOrderedContainer(OrderedContainer value) |
ListsBuilder |
setUnkeyedContainer(UnkeyedContainer value) |
ListsBuilder |
setUnorderedContainer(UnorderedContainer value) |
public ListsBuilder()
public ListsBuilder(Lists base)
public OrderedContainer getOrderedContainer()
public UnkeyedContainer getUnkeyedContainer()
public UnorderedContainer getUnorderedContainer()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<Lists>> E getAugmentation(Class<E> augmentationType)
public ListsBuilder setOrderedContainer(OrderedContainer value)
public ListsBuilder setUnkeyedContainer(UnkeyedContainer value)
public ListsBuilder setUnorderedContainer(UnorderedContainer value)
public ListsBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Lists>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<Lists> augmentation)
public ListsBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Lists>> augmentationType)
Copyright © 2015. All Rights Reserved.