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;
7 * <p>This class represents the following YANG schema fragment defined in module <b>SLI-API</b>
10 * leaf response-code {
13 * leaf ack-final-indicator {
16 * leaf response-message {
19 * leaf context-memory-json {
22 * uses response-fields;
25 * The schema path to identify an instance is
26 * <i>SLI-API/execute-graph/output</i>
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
32 public interface ExecuteGraphOutput
36 Augmentable<org.opendaylight.yang.gen.v1.org.onap.ccsdk.sli.core.sliapi.rev161110.ExecuteGraphOutput>
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();