public class BasicProtectionObjectCaseBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<BasicProtectionObjectCase>
BasicProtectionObjectCaseBuilder instances.BasicProtectionObjectCaseBuilder| Constructor and Description |
|---|
BasicProtectionObjectCaseBuilder() |
BasicProtectionObjectCaseBuilder(BasicProtectionObjectCase base) |
| Modifier and Type | Method and Description |
|---|---|
BasicProtectionObjectCaseBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BasicProtectionObjectCase>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<BasicProtectionObjectCase> augmentationValue) |
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<BasicProtectionObjectCase>> |
augmentation(Class<E> augmentationType) |
BasicProtectionObjectCase |
build() |
BasicProtectionObject |
getBasicProtectionObject() |
BasicProtectionObjectCaseBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BasicProtectionObjectCase>> augmentationType) |
BasicProtectionObjectCaseBuilder |
setBasicProtectionObject(BasicProtectionObject value) |
public BasicProtectionObjectCaseBuilder()
public BasicProtectionObjectCaseBuilder(BasicProtectionObjectCase base)
public BasicProtectionObject getBasicProtectionObject()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<BasicProtectionObjectCase>> E augmentation(Class<E> augmentationType)
public BasicProtectionObjectCaseBuilder setBasicProtectionObject(BasicProtectionObject value)
public BasicProtectionObjectCaseBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BasicProtectionObjectCase>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<BasicProtectionObjectCase> augmentationValue)
public BasicProtectionObjectCaseBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<BasicProtectionObjectCase>> augmentationType)
public BasicProtectionObjectCase build()
build in interface org.opendaylight.yangtools.concepts.Builder<BasicProtectionObjectCase>Copyright © 2018 OpenDaylight. All rights reserved.