public interface TestData extends TreeRoot
This class represents the following YANG schema fragment defined in module test
module test { yang-version 1; namespace "urn:test"; prefix "tst"; revision 2017-06-27; typedef id { type uint16; default "Optional.empty"; default "Optional.empty"; default "Optional.empty"; } container my-cont { leaf my-leaf { description "Optional.empty"; type string; } } }
Modifier and Type | Method and Description |
---|---|
MyCont |
getMyCont() |
MyCont getMyCont()
Copyright © 2019 OpenDaylight. All rights reserved.