public interface FooData extends DataRoot
This class represents the following YANG schema fragment defined in module foo
module foo {
yang-version 1;
namespace "urn:yang.foo";
prefix "foo";
revision 2016-01-01 {
description "";
}
container boolean-container {
list boolean-list {
key "boolean-leaf-1"
"boolean-leaf-2"
leaf boolean-leaf-1 {
type boolean;
}
leaf boolean-leaf-2 {
type boolean;
}
}
list boolean-list-int {
key "boolean-leaf-int"
leaf boolean-leaf-int {
type int8;
}
}
}
}
| Modifier and Type | Method and Description |
|---|---|
BooleanContainer |
getBooleanContainer() |
BooleanContainer getBooleanContainer()
org.opendaylight.yang.gen.v1.urn.yang.foo.rev160101.BooleanContainer booleanContainer, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.