1 package org.opendaylight.yang.gen.v1.org.onap.ccsdk.sli.core.sliapi.rev161110;
2 import org.opendaylight.yangtools.yang.binding.ChildOf;
3 import org.opendaylight.yangtools.yang.common.QName;
5 import org.opendaylight.yang.gen.v1.org.onap.ccsdk.sli.core.sliapi.rev161110.test.results.TestResult;
6 import org.opendaylight.yangtools.yang.binding.Augmentable;
11 * <p>This class represents the following YANG schema fragment defined in module <b>SLI-API</b>
13 * container test-results {
15 * key "test-identifier"
16 * leaf test-identifier {
25 * The schema path to identify an instance is
26 * <i>SLI-API/test-results</i>
28 * <p>To create instances of this class use {@link org.opendaylight.yang.gen.v1.org.onap.ccsdk.sli.core.sliapi.rev161110.TestResultsBuilder}.
29 * @see org.opendaylight.yang.gen.v1.org.onap.ccsdk.sli.core.sliapi.rev161110.TestResultsBuilder
32 public interface TestResults
35 Augmentable<org.opendaylight.yang.gen.v1.org.onap.ccsdk.sli.core.sliapi.rev161110.TestResults>
40 public static final QName QNAME = org.opendaylight.yangtools.yang.common.QName.create("org:onap:ccsdk:sli:core:sliapi",
41 "2016-11-10", "test-results").intern();
44 * @return <code>java.util.List</code> <code>testResult</code>, or <code>null</code> if not present
46 List<TestResult> getTestResult();