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