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