public interface Ok extends DataObject, Augmentable<Ok>, GlobalStatus
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/global-status/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 leaf will be present if the request succeededand there are no errors
reported in the edit-statuscontainer.
|
augmentation
getImplementedInterface
@Nullable Boolean isOk()
java.lang.Boolean
ok
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.