public class OfListBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<OfList>
OfList instances.OfList| Constructor and Description |
|---|
OfListBuilder() |
OfListBuilder(OfList base) |
| Modifier and Type | Method and Description |
|---|---|
OfListBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<OfList>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<OfList> augmentationValue) |
OfList |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<OfList>> |
getAugmentation(Class<E> augmentationType) |
List<OfId> |
getCodes() |
OfListBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<OfList>> augmentationType) |
OfListBuilder |
setCodes(List<OfId> value) |
public OfListBuilder()
public OfListBuilder(OfList base)
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<OfList>> E getAugmentation(Class<E> augmentationType)
public OfListBuilder setCodes(List<OfId> value)
public OfListBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<OfList>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<OfList> augmentationValue)
public OfListBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<OfList>> augmentationType)
Copyright © 2018 OpenDaylight. All rights reserved.