public class OthercontBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Othercont>
OthercontBuilder
instances.OthercontBuilder
Constructor and Description |
---|
OthercontBuilder() |
OthercontBuilder(Othercont base) |
Modifier and Type | Method and Description |
---|---|
OthercontBuilder |
addAugmentation(Class<? extends Augmentation<Othercont>> augmentationType,
Augmentation<Othercont> augmentationValue) |
<E extends Augmentation<Othercont>> |
augmentation(Class<E> augmentationType) |
Othercont |
build() |
OthercontBuilder |
removeAugmentation(Class<? extends Augmentation<Othercont>> augmentationType) |
public OthercontBuilder()
public OthercontBuilder(Othercont base)
public <E extends Augmentation<Othercont>> E augmentation(Class<E> augmentationType)
public OthercontBuilder addAugmentation(Class<? extends Augmentation<Othercont>> augmentationType, Augmentation<Othercont> augmentationValue)
public OthercontBuilder removeAugmentation(Class<? extends Augmentation<Othercont>> augmentationType)
public Othercont build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Othercont,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.