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