08321c07960aacee5ec762b8dd1fe319221e4278
[ccsdk/sli.git] /
1 package org.opendaylight.yang.gen.v1.org.onap.ccsdk.sli.core.sliapi.rev161110;
2 import org.opendaylight.yangtools.yang.binding.DataObject;
3 import org.opendaylight.yangtools.yang.common.QName;
4 import org.opendaylight.yangtools.yang.binding.Augmentable;
5
6 /**
7  * <p>This class represents the following YANG schema fragment defined in module <b>SLI-API</b>
8  * <pre>
9  * container output {
10  *     leaf response-code {
11  *         type string;
12  *     }
13  *     leaf ack-final-indicator {
14  *         type string;
15  *     }
16  *     leaf response-message {
17  *         type string;
18  *     }
19  *     leaf context-memory-json {
20  *         type string;
21  *     }
22  *     uses response-fields;
23  * }
24  * </pre>
25  * The schema path to identify an instance is
26  * <i>SLI-API/execute-graph/output</i>
27  *
28  * <p>To create instances of this class use {@link org.opendaylight.yang.gen.v1.org.onap.ccsdk.sli.core.sliapi.rev161110.ExecuteGraphOutputBuilder}.
29  * @see org.opendaylight.yang.gen.v1.org.onap.ccsdk.sli.core.sliapi.rev161110.ExecuteGraphOutputBuilder
30  *
31  */
32 public interface ExecuteGraphOutput
33     extends
34     ResponseFields,
35     DataObject,
36     Augmentable<org.opendaylight.yang.gen.v1.org.onap.ccsdk.sli.core.sliapi.rev161110.ExecuteGraphOutput>
37 {
38
39
40
41     public static final QName QNAME = org.opendaylight.yangtools.yang.common.QName.create("org:onap:ccsdk:sli:core:sliapi",
42         "2016-11-10", "output").intern();
43
44
45 }
46