public interface FileAppenders 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<FileAppenders>, org.opendaylight.yangtools.yang.binding.Identifiable<FileAppendersKey>
This class represents the following YANG schema fragment defined in module config-logging
list file-appenders {
key "name"
leaf append {
type boolean;
}
leaf file-name {
type string;
}
leaf encoder-pattern {
type string;
}
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/file-appenders
To create instances of this class use FileAppendersBuilder.
FileAppendersBuilder,
FileAppendersKey| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoderPattern() |
String |
getFileName() |
FileAppendersKey |
getKey()
Returns Primary Key of Yang List Type
|
String |
getName() |
Boolean |
isAppend() |
Boolean isAppend()
java.lang.Boolean append, or null if not presentString getFileName()
java.lang.String fileName, or null if not presentString getEncoderPattern()
java.lang.String encoderPattern, or null if not presentString getName()
java.lang.String name, or null if not presentFileAppendersKey getKey()
getKey in interface org.opendaylight.yangtools.yang.binding.Identifiable<FileAppendersKey>org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.logback.config.rev130716.modules.module.configuration.logback.FileAppendersKey key, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.