public class DynamicControlProtectionBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<DynamicControlProtection>
DynamicControlProtection instances.DynamicControlProtection| Constructor and Description |
|---|
DynamicControlProtectionBuilder() |
DynamicControlProtectionBuilder(DynamicControlProtection base) |
DynamicControlProtectionBuilder(ProtectionSubobject arg) |
| Modifier and Type | Method and Description |
|---|---|
DynamicControlProtectionBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DynamicControlProtection>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<DynamicControlProtection> augmentationValue) |
DynamicControlProtection |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<DynamicControlProtection>> |
getAugmentation(Class<E> augmentationType) |
ProtectionSubobject |
getProtectionSubobject() |
DynamicControlProtectionBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DynamicControlProtection>> augmentationType) |
DynamicControlProtectionBuilder |
setProtectionSubobject(ProtectionSubobject value) |
public DynamicControlProtectionBuilder()
public DynamicControlProtectionBuilder(ProtectionSubobject arg)
public DynamicControlProtectionBuilder(DynamicControlProtection base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic ProtectionSubobject getProtectionSubobject()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<DynamicControlProtection>> E getAugmentation(Class<E> augmentationType)
public DynamicControlProtectionBuilder setProtectionSubobject(ProtectionSubobject value)
public DynamicControlProtectionBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DynamicControlProtection>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<DynamicControlProtection> augmentationValue)
public DynamicControlProtectionBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<DynamicControlProtection>> augmentationType)
public DynamicControlProtection build()
build in interface org.opendaylight.yangtools.concepts.Builder<DynamicControlProtection>Copyright © 2018 OpenDaylight. All rights reserved.