public interface BooleanListInt extends ChildOf<BooleanContainer>, Augmentable<BooleanListInt>, Identifiable<BooleanListIntKey>
This class represents the following YANG schema fragment defined in module foo
list boolean-list-int { key boolean-leaf-int; leaf boolean-leaf-int { type int8; } }The schema path to identify an instance is foo/boolean-container/boolean-list-int
To create instances of this class use BooleanListIntBuilder
.
BooleanListIntBuilder
,
BooleanListIntKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Byte |
getBooleanLeafInt() |
BooleanListIntKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable Byte getBooleanLeafInt()
java.lang.Byte
booleanLeafInt
, or null
if not presentBooleanListIntKey key()
Identifiable
key
in interface Identifiable<BooleanListIntKey>
Copyright © 2019 OpenDaylight. All rights reserved.