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