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