T - the result value typepublic interface RpcResult<T>
| Modifier and Type | Method and Description |
|---|---|
Collection<RpcError> |
getErrors()
Returns a set of errors and warnings which occurred during processing
the call.
|
T |
getResult()
Returns the value result of the call or null if no result is available.
|
boolean |
isSuccessful()
Returns whether or not processing of the call was successful.
|
boolean isSuccessful()
T getResult()
Collection<RpcError> getErrors()
RpcErrorCopyright © 2019 OpenDaylight. All rights reserved.