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