package org.opendaylight.yang.gen.v1.org.onap.ccsdk.sli.core.sliapi.rev161110; import org.opendaylight.yangtools.yang.binding.DataObject; import org.opendaylight.yangtools.yang.common.QName; import org.opendaylight.yangtools.yang.binding.Augmentable; /** *

This class represents the following YANG schema fragment defined in module SLI-API *

 * container output {
 *     leaf response-code {
 *         type string;
 *     }
 *     leaf ack-final-indicator {
 *         type string;
 *     }
 *     leaf response-message {
 *         type string;
 *     }
 *     leaf context-memory-json {
 *         type string;
 *     }
 *     uses response-fields;
 * }
 * 
* The schema path to identify an instance is * SLI-API/healthcheck/output * *

To create instances of this class use {@link org.opendaylight.yang.gen.v1.org.onap.ccsdk.sli.core.sliapi.rev161110.HealthcheckOutputBuilder}. * @see org.opendaylight.yang.gen.v1.org.onap.ccsdk.sli.core.sliapi.rev161110.HealthcheckOutputBuilder * */ public interface HealthcheckOutput extends ResponseFields, DataObject, Augmentable { public static final QName QNAME = org.opendaylight.yangtools.yang.common.QName.create("org:onap:ccsdk:sli:core:sliapi", "2016-11-10", "output").intern(); }