public class List12Builder extends Object implements org.opendaylight.yangtools.concepts.Builder<List12>
List12 instances.List12| Constructor and Description |
|---|
List12Builder() |
List12Builder(List12 base) |
| Modifier and Type | Method and Description |
|---|---|
List12Builder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<List12>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<List12> augmentation) |
List12 |
build() |
Integer |
getAttrInt() |
String |
getAttrStr() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<List12>> |
getAugmentation(Class<E> augmentationType) |
List12Key |
getKey() |
List12Builder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<List12>> augmentationType) |
List12Builder |
setAttrInt(Integer value) |
List12Builder |
setAttrStr(String value) |
List12Builder |
setKey(List12Key value) |
public List12Builder()
public List12Builder(List12 base)
public Integer getAttrInt()
public String getAttrStr()
public List12Key getKey()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<List12>> E getAugmentation(Class<E> augmentationType)
public List12Builder setAttrInt(Integer value)
public List12Builder setAttrStr(String value)
public List12Builder setKey(List12Key value)
public List12Builder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<List12>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<List12> augmentation)
public List12Builder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<List12>> augmentationType)
Copyright © 2015. All Rights Reserved.