public abstract class ForwardingDOMRpcResult extends com.google.common.collect.ForwardingObject implements DOMRpcResult
DOMRpcResult by forwarding all methods
to a backing instance.| Constructor and Description |
|---|
ForwardingDOMRpcResult() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract @NonNull DOMRpcResult |
delegate() |
Collection<? extends org.opendaylight.yangtools.yang.common.RpcError> |
getErrors() |
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> |
getResult() |
protected abstract @NonNull DOMRpcResult delegate()
delegate in class com.google.common.collect.ForwardingObjectpublic Collection<? extends org.opendaylight.yangtools.yang.common.RpcError> getErrors()
getErrors in interface org.opendaylight.mdsal.dom.api.DOMRpcResultpublic org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> getResult()
getResult in interface org.opendaylight.mdsal.dom.api.DOMRpcResultCopyright © 2019 OpenDaylight. All rights reserved.