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