public interface MdsaltraceData extends DataRoot
This class represents the following YANG schema fragment defined in module mdsaltrace
module mdsaltrace { yang-version 1; namespace urn:opendaylight:params:xml:ns:yang:mdsaltrace; prefix mdsaltrace; revision 2016-09-08 { } container config { leaf-list registration-watches { type string; } leaf-list write-watches { type string; } leaf transaction-debug-context-enabled { default false; type boolean; } } }
Modifier and Type | Method and Description |
---|---|
@Nullable Config |
getConfig() |
@Nullable Config getConfig()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.mdsaltrace.rev160908.Config
config
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.