| Interface | Description |
|---|---|
| List11 |
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-of-migration-test-model</b>
<br>(Source path: <i>META-INF/yang/opendaylight-of-migration-test-model.yang</i>):
<pre>
list list1-1 {
key "attr-int"
leaf attr-int {
type int32;
}
leaf attr-str {
type string;
}
leaf flags {
type bit-flags;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-of-migration-test-model/aug-grouping/list1/list1-1</i>
<p>To create instances of this class use
List11Builder. |
| List12 |
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-of-migration-test-model</b>
<br>(Source path: <i>META-INF/yang/opendaylight-of-migration-test-model.yang</i>):
<pre>
list list1-2 {
key "attr-int"
leaf attr-int {
type int32;
}
leaf attr-str {
type string;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-of-migration-test-model/aug-grouping/list1/list1-2</i>
<p>To create instances of this class use
List12Builder. |
| Class | Description |
|---|---|
| List11Builder |
Class that builds
List11 instances. |
| List11Key | |
| List12Builder |
Class that builds
List12 instances. |
| List12Key |
Copyright © 2015. All Rights Reserved.