public class List1Builder extends Object implements org.opendaylight.yangtools.concepts.Builder<List1>
List1Builder
instances.List1Builder
Constructor and Description |
---|
List1Builder() |
List1Builder(List1 base) |
Modifier and Type | Method and Description |
---|---|
List1Builder |
addAugmentation(Class<? extends Augmentation<List1>> augmentationType,
Augmentation<List1> augmentationValue) |
<E extends Augmentation<List1>> |
augmentation(Class<E> augmentationType) |
List1 |
build() |
String |
getAttrStr() |
List<List11> |
getList11() |
List<List12> |
getList12() |
List1Key |
key() |
List1Builder |
removeAugmentation(Class<? extends Augmentation<List1>> augmentationType) |
List1Builder |
setAttrStr(String value) |
List1Builder |
setList11(List<List11> values) |
List1Builder |
setList12(List<List12> values) |
List1Builder |
withKey(List1Key key) |
public List1Builder()
public List1Builder(List1 base)
public List1Key key()
public String getAttrStr()
public <E extends Augmentation<List1>> E augmentation(Class<E> augmentationType)
public List1Builder withKey(List1Key key)
public List1Builder setAttrStr(String value)
public List1Builder setList11(List<List11> values)
public List1Builder setList12(List<List12> values)
public List1Builder addAugmentation(Class<? extends Augmentation<List1>> augmentationType, Augmentation<List1> augmentationValue)
public List1Builder removeAugmentation(Class<? extends Augmentation<List1>> augmentationType)
public List1 build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<List1,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.