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