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 Augmentation<BasicProtectionObject>> augmentationType,
Augmentation<BasicProtectionObject> augmentation) |
BasicProtectionObject |
build() |
void |
fieldsFrom(DataObject arg)
Set fields from given grouping argument.
|
<E extends Augmentation<BasicProtectionObject>> |
getAugmentation(Class<E> augmentationType) |
ProtectionSubobject |
getProtectionSubobject() |
BasicProtectionObjectBuilder |
removeAugmentation(Class<? extends Augmentation<BasicProtectionObject>> augmentationType) |
BasicProtectionObjectBuilder |
setProtectionSubobject(ProtectionSubobject value) |
public BasicProtectionObjectBuilder()
public BasicProtectionObjectBuilder(ProtectionSubobject arg)
public BasicProtectionObjectBuilder(BasicProtectionObject base)
public void fieldsFrom(DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic ProtectionSubobject getProtectionSubobject()
public <E extends Augmentation<BasicProtectionObject>> E getAugmentation(Class<E> augmentationType)
public BasicProtectionObjectBuilder setProtectionSubobject(ProtectionSubobject value)
public BasicProtectionObjectBuilder addAugmentation(Class<? extends Augmentation<BasicProtectionObject>> augmentationType, Augmentation<BasicProtectionObject> augmentation)
public BasicProtectionObjectBuilder removeAugmentation(Class<? extends Augmentation<BasicProtectionObject>> augmentationType)
public BasicProtectionObject build()
build in interface org.opendaylight.yangtools.concepts.Builder<BasicProtectionObject>Copyright © 2016 OpenDaylight. All rights reserved.