@NonNullByDefault
public interface DOMRpcResult
Modifier and Type | Method and Description |
---|---|
Collection<? extends org.opendaylight.yangtools.yang.common.RpcError> |
getErrors()
Returns a set of errors and warnings which occurred during processing
the call.
|
@Nullable org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> |
getResult()
Returns the value result of the call or null if no result is available.
|
Collection<? extends org.opendaylight.yangtools.yang.common.RpcError> getErrors()
RpcError
, guaranteed to be non-null. In case
no errors are reported, an empty collection is returned.@Nullable org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> getResult()
Copyright © 2019 OpenDaylight. All rights reserved.