public interface Config extends ChildOf<MdsaltraceData>, Augmentable<Config>
This class represents the following YANG schema fragment defined in module mdsaltrace
container config { leaf-list registration-watches { type string; } leaf-list write-watches { type string; } leaf transaction-debug-context-enabled { default false; type boolean; } }The schema path to identify an instance is mdsaltrace/config
To create instances of this class use ConfigBuilder
.
ConfigBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<String> |
getRegistrationWatches() |
@Nullable List<String> |
getWriteWatches() |
@Nullable Boolean |
isTransactionDebugContextEnabled()
Enable or disable transaction context debug.
|
getImplementedInterface
augmentation
@Nullable List<String> getRegistrationWatches()
java.util.List
registrationWatches
, or null
if not present@Nullable List<String> getWriteWatches()
java.util.List
writeWatches
, or null
if not present@Nullable Boolean isTransactionDebugContextEnabled()
java.lang.Boolean
transactionDebugContextEnabled
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.