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