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