public interface DefaultPolicy extends ChildOf<Bug8903Data>, Augmentable<DefaultPolicy>
This class represents the following YANG schema fragment defined in module bug8903
 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
 bug8903/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 | 
|---|---|
| @Nullable PolicyLoggingFlag | getAction2() | 
| @Nullable Boolean | isAction() | 
| @Nullable Boolean | isAction3() | 
getImplementedInterfaceaugmentation@Nullable Boolean isAction()
java.lang.Boolean action, or null if not present@Nullable PolicyLoggingFlag getAction2()
org.opendaylight.yang.gen.v1.bug8903.rev170829.PolicyLoggingFlag action2, or null if not present@Nullable Boolean isAction3()
java.lang.Boolean action3, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.