public class OperationResult<T> extends Object implements Serializable
| Constructor and Description |
|---|
OperationResult() |
OperationResult(T operation,
boolean executed,
boolean success,
Option<Exception> exception) |
OperationResult(T operation,
boolean success,
Option<Exception> exception) |
| Modifier and Type | Method and Description |
|---|---|
Option<Exception> |
getException() |
T |
getOperation() |
boolean |
isExecuted() |
boolean |
isSuccess() |
String |
toString() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.