public class Case2Builder extends Object implements org.opendaylight.yangtools.concepts.Builder<Case2>
Case2
instances.Case2
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Constructor and Description |
---|
Case2Builder() |
Case2Builder(Case2 base) |
Modifier and Type | Method and Description |
---|---|
Case2Builder |
addAugmentation(Class<? extends Augmentation<Case2>> augmentationType,
Augmentation<Case2> augmentation) |
Case2 |
build() |
<E extends Augmentation<? super Case2>> |
getAugmentation(Class<E> augmentationType) |
Case2Container |
getCase2Container() |
Case2Builder |
removeAugmentation(Class<? extends Augmentation<Case2>> augmentationType) |
Case2Builder |
setCase2Container(Case2Container value) |
public Case2Builder()
public Case2Builder(Case2 base)
public Case2Container getCase2Container()
public <E extends Augmentation<? super Case2>> E getAugmentation(Class<E> augmentationType)
public Case2Builder setCase2Container(Case2Container value)
public Case2Builder addAugmentation(Class<? extends Augmentation<Case2>> augmentationType, Augmentation<Case2> augmentation)
public Case2Builder removeAugmentation(Class<? extends Augmentation<Case2>> augmentationType)
public Case2 build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Case2,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.