public class SendRequestResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SendRequestResult(java.util.UUID opId,
java.lang.Object result,
java.lang.Exception err) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getException() |
java.util.UUID |
getOpId() |
java.lang.Object |
getResult() |