public interface Status extends org.opendaylight.yangtools.yang.binding.ChildOf<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.config.rev130405.modules.Module>, org.opendaylight.yangtools.yang.binding.Augmentable<Status>
This class represents the following YANG schema fragment defined in module config-logging
list status {
key leaf level {
type string;
}
leaf message {
type string;
}
leaf date {
type uint32;
}
}
The schema path to identify an instance is
config-logging/modules/module/state/(urn:opendaylight:params:xml:ns:yang:controller:logback:config?revision=2013-07-16)logback/status
To create instances of this class use StatusBuilder.
StatusBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDate() |
String |
getLevel() |
String |
getMessage() |
Copyright © 2018 OpenDaylight. All rights reserved.