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