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