public interface AttackIDOutput extends DataObject, Augmentable<AttackIDOutput>
This class represents the following YANG schema fragment defined in module usecplugin
container output {
leaf NoOfAttacks {
type uint16;
}
}
The schema path to identify an instance is
usecplugin/attackID/output
To create instances of this class use AttackIDOutputBuilder.
AttackIDOutputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getNoOfAttacks() |
getImplementedInterfacegetAugmentationInteger getNoOfAttacks()
java.lang.Integer noOfAttacks, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.