public class List12Builder extends Object implements org.opendaylight.yangtools.concepts.Builder<List12>
List12Builder
instances.List12Builder
Constructor and Description |
---|
List12Builder() |
List12Builder(List12 base) |
Modifier and Type | Method and Description |
---|---|
List12Builder |
addAugmentation(Class<? extends Augmentation<List12>> augmentationType,
Augmentation<List12> augmentationValue) |
<E extends Augmentation<List12>> |
augmentation(Class<E> augmentationType) |
List12 |
build() |
Integer |
getAttrInt() |
String |
getAttrStr() |
List12Key |
key() |
List12Builder |
removeAugmentation(Class<? extends Augmentation<List12>> augmentationType) |
List12Builder |
setAttrInt(Integer value) |
List12Builder |
setAttrStr(String value) |
List12Builder |
withKey(List12Key key) |
public List12Builder()
public List12Builder(List12 base)
public List12Key key()
public Integer getAttrInt()
public String getAttrStr()
public <E extends Augmentation<List12>> E augmentation(Class<E> augmentationType)
public List12Builder withKey(List12Key key)
public List12Builder setAttrInt(Integer value)
public List12Builder setAttrStr(String value)
public List12Builder addAugmentation(Class<? extends Augmentation<List12>> augmentationType, Augmentation<List12> augmentationValue)
public List12Builder removeAugmentation(Class<? extends Augmentation<List12>> augmentationType)
public List12 build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<List12,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.