public interface AttacksInTimeInput extends DataObject, Augmentable<AttacksInTimeInput>
This class represents the following YANG schema fragment defined in module usecplugin
container input {
leaf UpwardTime {
type string;
}
leaf Window {
type uint16;
}
}
The schema path to identify an instance is
usecplugin/attacksInTime/input
To create instances of this class use AttacksInTimeInputBuilder.
AttacksInTimeInputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getUpwardTime() |
Integer |
getWindow() |
getImplementedInterfacegetAugmentationCopyright © 2016 OpenDaylight. All rights reserved.