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 DOMRpcResult |
delegate() |
Collection<org.opendaylight.yangtools.yang.common.RpcError> |
getErrors() |
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> |
getResult() |
@Nonnull protected abstract DOMRpcResult delegate()
delegate
in class com.google.common.collect.ForwardingObject
public Collection<org.opendaylight.yangtools.yang.common.RpcError> getErrors()
getErrors
in interface org.opendaylight.mdsal.dom.api.DOMRpcResult
public org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> getResult()
getResult
in interface org.opendaylight.mdsal.dom.api.DOMRpcResult
Copyright © 2019 OpenDaylight. All rights reserved.