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