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