public interface BinaryKeyData extends DataRoot
This class represents the following YANG schema fragment defined in module binary-key
module binary-key { yang-version 1; namespace "odl:test:binary-key"; prefix "bk"; revision 2016-01-01 { description ""; } list binary-list { key "binary-key" leaf binary-key { type binary; } leaf binary-item { type string; } } }
Modifier and Type | Method and Description |
---|---|
List<BinaryList> |
getBinaryList() |
List<BinaryList> getBinaryList()
java.util.List
binaryList
, or null
if not presentCopyright © 2018 OpenDaylight. All rights reserved.