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 Augmentation<BasicProtectionCase>> augmentationType,
Augmentation<BasicProtectionCase> augmentation) |
BasicProtectionCase |
build() |
<E extends Augmentation<BasicProtectionCase>> |
getAugmentation(Class<E> augmentationType) |
BasicProtection |
getBasicProtection() |
BasicProtectionCaseBuilder |
removeAugmentation(Class<? extends Augmentation<BasicProtectionCase>> augmentationType) |
BasicProtectionCaseBuilder |
setBasicProtection(BasicProtection value) |
public BasicProtectionCaseBuilder()
public BasicProtectionCaseBuilder(BasicProtectionCase base)
public BasicProtection getBasicProtection()
public <E extends Augmentation<BasicProtectionCase>> E getAugmentation(Class<E> augmentationType)
public BasicProtectionCaseBuilder setBasicProtection(BasicProtection value)
public BasicProtectionCaseBuilder addAugmentation(Class<? extends Augmentation<BasicProtectionCase>> augmentationType, Augmentation<BasicProtectionCase> augmentation)
public BasicProtectionCaseBuilder removeAugmentation(Class<? extends Augmentation<BasicProtectionCase>> augmentationType)
public BasicProtectionCase build()
build in interface org.opendaylight.yangtools.concepts.Builder<BasicProtectionCase>Copyright © 2016 OpenDaylight. All rights reserved.