public class BasicProtectionCaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<BasicProtectionCase>
BasicProtectionCase instances.BasicProtectionCase| Constructor and Description |
|---|
BasicProtectionCaseBuilder() |
BasicProtectionCaseBuilder(BasicProtectionCase base) |
| Modifier and Type | Method and Description |
|---|---|
BasicProtectionCaseBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BasicProtectionCase>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<BasicProtectionCase> augmentationValue) |
BasicProtectionCase |
build() |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<BasicProtectionCase>> |
getAugmentation(Class<E> augmentationType) |
BasicProtection |
getBasicProtection() |
BasicProtectionCaseBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BasicProtectionCase>> augmentationType) |
BasicProtectionCaseBuilder |
setBasicProtection(BasicProtection value) |
public BasicProtectionCaseBuilder()
public BasicProtectionCaseBuilder(BasicProtectionCase base)
public BasicProtection getBasicProtection()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<BasicProtectionCase>> E getAugmentation(Class<E> augmentationType)
public BasicProtectionCaseBuilder setBasicProtection(BasicProtection value)
public BasicProtectionCaseBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BasicProtectionCase>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<BasicProtectionCase> augmentationValue)
public BasicProtectionCaseBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BasicProtectionCase>> augmentationType)
public BasicProtectionCase build()
build in interface org.opendaylight.yangtools.concepts.Builder<BasicProtectionCase>Copyright © 2018 OpenDaylight. All rights reserved.