public interface DefaultPolicy extends TreeChildNode<TestTypedefData,Item<DefaultPolicy>>, Instantiable<DefaultPolicy>, Augmentable<DefaultPolicy>
This class represents the following YANG schema fragment defined in module test-typedef
container default-policy { leaf action { type boolean; } leaf action2 { type policy-logging-flag; } leaf action3 { type boolean; default true; } }The schema path to identify an instance is test-typedef/default-policy
To create instances of this class use DefaultPolicyBuilder
.
DefaultPolicyBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
PolicyLoggingFlag |
getAction2() |
static InstanceIdentifier<DefaultPolicy> |
getInstanceIdentifier() |
Boolean |
isAction() |
Boolean |
isAction3() |
treeIdentifier, treeParent
implementedInterface
augments, getAugmentation
Boolean isAction()
PolicyLoggingFlag getAction2()
Boolean isAction3()
static InstanceIdentifier<DefaultPolicy> getInstanceIdentifier()
Copyright © 2019 OpenDaylight. All rights reserved.