public class AttacksToIPOutputBuilder extends Object implements org.opendaylight.yangtools.concepts.Builder<AttacksToIPOutput>
AttacksToIPOutput instances.AttacksToIPOutput| Constructor and Description |
|---|
AttacksToIPOutputBuilder() |
AttacksToIPOutputBuilder(AttacksToIPOutput base) |
| Modifier and Type | Method and Description |
|---|---|
AttacksToIPOutputBuilder |
addAugmentation(Class<? extends Augmentation<AttacksToIPOutput>> augmentationType,
Augmentation<AttacksToIPOutput> augmentation) |
AttacksToIPOutput |
build() |
<E extends Augmentation<AttacksToIPOutput>> |
getAugmentation(Class<E> augmentationType) |
Integer |
getNoOfAttacks() |
AttacksToIPOutputBuilder |
removeAugmentation(Class<? extends Augmentation<AttacksToIPOutput>> augmentationType) |
AttacksToIPOutputBuilder |
setNoOfAttacks(Integer value) |
public AttacksToIPOutputBuilder()
public AttacksToIPOutputBuilder(AttacksToIPOutput base)
public Integer getNoOfAttacks()
public <E extends Augmentation<AttacksToIPOutput>> E getAugmentation(Class<E> augmentationType)
public AttacksToIPOutputBuilder setNoOfAttacks(Integer value)
public AttacksToIPOutputBuilder addAugmentation(Class<? extends Augmentation<AttacksToIPOutput>> augmentationType, Augmentation<AttacksToIPOutput> augmentation)
public AttacksToIPOutputBuilder removeAugmentation(Class<? extends Augmentation<AttacksToIPOutput>> augmentationType)
public AttacksToIPOutput build()
build in interface org.opendaylight.yangtools.concepts.Builder<AttacksToIPOutput>Copyright © 2016 OpenDaylight. All rights reserved.