public interface ConsoleAppenders 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<ConsoleAppenders>, org.opendaylight.yangtools.yang.binding.Identifiable<ConsoleAppendersKey>
This class represents the following YANG schema fragment defined in module config-logging
list console-appenders {
key "name"
leaf encoder-pattern {
type string;
}
leaf threshold-filter {
type threshold-filter;
}
leaf name {
type string;
}
}
The schema path to identify an instance is
config-logging/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:controller:logback:config?revision=2013-07-16)logback/console-appenders
To create instances of this class use ConsoleAppendersBuilder.
ConsoleAppendersBuilder,
ConsoleAppendersKey| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoderPattern() |
ConsoleAppendersKey |
getKey()
Returns Primary Key of Yang List Type
|
String |
getName() |
String |
getThresholdFilter() |
String getEncoderPattern()
java.lang.String encoderPattern, or null if not presentString getThresholdFilter()
java.lang.String thresholdFilter, or null if not presentString getName()
java.lang.String name, or null if not presentConsoleAppendersKey getKey()
getKey in interface org.opendaylight.yangtools.yang.binding.Identifiable<ConsoleAppendersKey>org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.logback.config.rev130716.modules.module.configuration.logback.ConsoleAppendersKey key, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.