public class ActionsBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<Actions>
ActionsBuilder
instances.ActionsBuilder
Constructor and Description |
---|
ActionsBuilder() |
ActionsBuilder(Actions base) |
Modifier and Type | Method and Description |
---|---|
ActionsBuilder |
addAugmentation(Class<? extends Augmentation<Actions>> augmentationType,
Augmentation<Actions> augmentationValue) |
<E extends Augmentation<Actions>> |
augmentation(Class<E> augmentationType) |
Actions |
build() |
PacketHandling |
getPacketHandling() |
ActionsBuilder |
removeAugmentation(Class<? extends Augmentation<Actions>> augmentationType) |
ActionsBuilder |
setPacketHandling(PacketHandling value) |
public ActionsBuilder()
public ActionsBuilder(Actions base)
public PacketHandling getPacketHandling()
public <E extends Augmentation<Actions>> E augmentation(Class<E> augmentationType)
public ActionsBuilder setPacketHandling(PacketHandling value)
public ActionsBuilder addAugmentation(Class<? extends Augmentation<Actions>> augmentationType, Augmentation<Actions> augmentationValue)
public ActionsBuilder removeAugmentation(Class<? extends Augmentation<Actions>> augmentationType)
public Actions build()
build
in interface org.opendaylight.yangtools.concepts.CheckedBuilder<Actions,IllegalArgumentException>
Copyright © 2019 OpenDaylight. All rights reserved.