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