public class CancelInstructionOutputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<CancelInstructionOutput>
CancelInstructionOutput instances.CancelInstructionOutput| Constructor and Description |
|---|
CancelInstructionOutputBuilder() |
CancelInstructionOutputBuilder(CancelInstructionOutput base) |
| Modifier and Type | Method and Description |
|---|---|
CancelInstructionOutputBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CancelInstructionOutput>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<CancelInstructionOutput> augmentation) |
CancelInstructionOutput |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<CancelInstructionOutput>> |
getAugmentation(Class<E> augmentationType) |
Class<? extends CancelFailure> |
getFailure() |
CancelInstructionOutputBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CancelInstructionOutput>> augmentationType) |
CancelInstructionOutputBuilder |
setFailure(Class<? extends CancelFailure> value) |
public CancelInstructionOutputBuilder()
public CancelInstructionOutputBuilder(CancelInstructionOutput base)
public Class<? extends CancelFailure> getFailure()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<CancelInstructionOutput>> E getAugmentation(Class<E> augmentationType)
public CancelInstructionOutputBuilder setFailure(Class<? extends CancelFailure> value)
public CancelInstructionOutputBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CancelInstructionOutput>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<CancelInstructionOutput> augmentation)
public CancelInstructionOutputBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<CancelInstructionOutput>> augmentationType)
public CancelInstructionOutput build()
build in interface org.opendaylight.yangtools.concepts.Builder<CancelInstructionOutput>Copyright © 2017 OpenDaylight. All rights reserved.