public class List1Builder extends Object implements org.opendaylight.yangtools.concepts.Builder<List1>
List1 instances.List1| Constructor and Description |
|---|
List1Builder() |
List1Builder(List1 base) |
| Modifier and Type | Method and Description |
|---|---|
List1Builder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<List1>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<List1> augmentation) |
List1 |
build() |
String |
getAttrStr() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<List1>> |
getAugmentation(Class<E> augmentationType) |
List1Key |
getKey() |
List<List11> |
getList11() |
List<List12> |
getList12() |
List1Builder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<List1>> augmentationType) |
List1Builder |
setAttrStr(String value) |
List1Builder |
setKey(List1Key value) |
List1Builder |
setList11(List<List11> value) |
List1Builder |
setList12(List<List12> value) |
public List1Builder()
public List1Builder(List1 base)
public String getAttrStr()
public List1Key getKey()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<List1>> E getAugmentation(Class<E> augmentationType)
public List1Builder setAttrStr(String value)
public List1Builder setKey(List1Key value)
public List1Builder setList11(List<List11> value)
public List1Builder setList12(List<List12> value)
public List1Builder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<List1>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<List1> augmentation)
public List1Builder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<List1>> augmentationType)
Copyright © 2015. All Rights Reserved.