public interface YangPatchStatus extends DataObject
This class represents the following YANG schema fragment defined in module ietf-restconf
grouping yang-patch-status { container yang-patch-status { leaf patch-id { type string; } choice global-status { case global-errors { uses errors; } case ok { leaf ok { type empty; } } } container edit-status { list edit { key edit-id; leaf edit-id { type string; } choice edit-status-choice { case ok { leaf ok { type empty; } } case location { leaf location { type inet:uri; } } case errors { uses errors; } } } } } }The schema path to identify an instance is ietf-restconf/yang-patch-status
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
YangPatchStatus |
getYangPatchStatus()
A container representing the response messagesent by the server after a YANG
Patch editrequest message has been processed.
|
getImplementedInterface
YangPatchStatus getYangPatchStatus()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.restconf.rev131019.yang.patch.status.YangPatchStatus
yangPatchStatus
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.