public class ErrorObjectBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<ErrorObject>
ErrorObject instances.ErrorObject| Constructor and Description |
|---|
ErrorObjectBuilder() |
ErrorObjectBuilder(ErrorObject base) |
ErrorObjectBuilder(ObjectHeader arg) |
| Modifier and Type | Method and Description |
|---|---|
ErrorObjectBuilder |
addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ErrorObject>> augmentationType,
org.opendaylight.yangtools.yang.binding.Augmentation<ErrorObject> augmentationValue) |
ErrorObject |
build() |
void |
fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
Set fields from given grouping argument.
|
<E extends org.opendaylight.yangtools.yang.binding.Augmentation<ErrorObject>> |
getAugmentation(Class<E> augmentationType) |
Tlvs |
getTlvs() |
Short |
getType() |
Short |
getValue() |
Boolean |
isIgnore() |
Boolean |
isProcessingRule() |
ErrorObjectBuilder |
removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ErrorObject>> augmentationType) |
ErrorObjectBuilder |
setIgnore(Boolean value) |
ErrorObjectBuilder |
setProcessingRule(Boolean value) |
ErrorObjectBuilder |
setTlvs(Tlvs value) |
ErrorObjectBuilder |
setType(Short value) |
ErrorObjectBuilder |
setValue(Short value) |
public ErrorObjectBuilder()
public ErrorObjectBuilder(ObjectHeader arg)
public ErrorObjectBuilder(ErrorObject base)
public void fieldsFrom(org.opendaylight.yangtools.yang.binding.DataObject arg)
arg - grouping objectIllegalArgumentException - if given argument is none of valid typespublic Tlvs getTlvs()
public Short getType()
public Short getValue()
public Boolean isIgnore()
public Boolean isProcessingRule()
public <E extends org.opendaylight.yangtools.yang.binding.Augmentation<ErrorObject>> E getAugmentation(Class<E> augmentationType)
public ErrorObjectBuilder setTlvs(Tlvs value)
public ErrorObjectBuilder setType(Short value)
public ErrorObjectBuilder setValue(Short value)
public ErrorObjectBuilder setIgnore(Boolean value)
public ErrorObjectBuilder setProcessingRule(Boolean value)
public ErrorObjectBuilder addAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ErrorObject>> augmentationType, org.opendaylight.yangtools.yang.binding.Augmentation<ErrorObject> augmentationValue)
public ErrorObjectBuilder removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ErrorObject>> augmentationType)
public ErrorObject build()
build in interface org.opendaylight.yangtools.concepts.Builder<ErrorObject>Copyright © 2018 OpenDaylight. All rights reserved.