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