public interface Ok extends DataObject, Augmentable<Ok>, EditStatusChoice
This class represents the following YANG schema fragment defined in module ietf-restconf
case ok {
leaf ok {
type empty;
}
}
The schema path to identify an instance is
ietf-restconf/yang-patch-status/yang-patch-status/edit-status/edit/edit-status-choice/ok| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Boolean |
isOk()
This edit entry was invoked without anyerrors detected by the server
associatedwith this edit.
|
augmentationgetImplementedInterface@Nullable Boolean isOk()
java.lang.Boolean ok, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.