public interface Bug8903Data extends DataRoot
This class represents the following YANG schema fragment defined in module bug8903
module bug8903 { yang-version 1; namespace bug8903; prefix bug8903; revision 2017-08-29; typedef policy-logging-flag { type boolean; } container default-policy { leaf action { type boolean; } leaf action2 { type policy-logging-flag; } leaf action3 { type boolean; default true; } } }
Modifier and Type | Method and Description |
---|---|
@Nullable DefaultPolicy |
getDefaultPolicy() |
@Nullable DefaultPolicy getDefaultPolicy()
org.opendaylight.yang.gen.v1.bug8903.rev170829.DefaultPolicy
defaultPolicy
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.