public interface GlobalStatus extends ChoiceIn<YangPatchStatus>
This class represents the following YANG schema fragment defined in module ietf-restconf
choice global-status { case global-errors { uses errors; } case ok { leaf ok { type empty; } } }The schema path to identify an instance is ietf-restconf/yang-patch-status/yang-patch-status/global-status
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getImplementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.