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