public interface BooleanList extends ChildOf<BooleanContainer>, Augmentable<BooleanList>, Identifiable<BooleanListKey>
This class represents the following YANG schema fragment defined in module foo
list boolean-list { key "boolean-leaf-1 boolean-leaf-2"; leaf boolean-leaf-1 { type boolean; } leaf boolean-leaf-2 { type boolean; } }The schema path to identify an instance is foo/boolean-container/boolean-list
To create instances of this class use BooleanListBuilder
.
BooleanListBuilder
,
BooleanListKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Boolean |
isBooleanLeaf1() |
@Nullable Boolean |
isBooleanLeaf2() |
BooleanListKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable Boolean isBooleanLeaf1()
java.lang.Boolean
booleanLeaf1
, or null
if not present@Nullable Boolean isBooleanLeaf2()
java.lang.Boolean
booleanLeaf2
, or null
if not presentBooleanListKey key()
Identifiable
key
in interface Identifiable<BooleanListKey>
Copyright © 2019 OpenDaylight. All rights reserved.