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