public interface EditStatus extends ChildOf<YangPatchStatus>, Augmentable<EditStatus>
This class represents the following YANG schema fragment defined in module ietf-restconf
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/yang-patch-status/edit-status
To create instances of this class use EditStatusBuilder
.
EditStatusBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<Edit> |
getEdit()
Represents a list of status responses,corresponding to edits in the YANG
Patchrequest message.
|
default @NonNull List<Edit> |
nonnullEdit() |
getImplementedInterface
augmentation
@Nullable List<Edit> getEdit()
java.util.List
edit
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.