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