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;
   list binary-list {
     key binary-key;
     leaf binary-key {
       type binary;
     }
     leaf binary-item {
       type string;
     }
   }
 }
 | Modifier and Type | Method and Description | 
|---|---|
| @Nullable List<BinaryList> | getBinaryList() | 
| default @NonNull List<BinaryList> | nonnullBinaryList() | 
@Nullable List<BinaryList> getBinaryList()
java.util.List binaryList, or null if not presentdefault @NonNull List<BinaryList> nonnullBinaryList()
java.util.List binaryList, or an empty list if it is not presentCopyright © 2019 OpenDaylight. All rights reserved.