public class FfiResult
extends java.lang.Object
| Constructor and Description |
|---|
FfiResult() |
FfiResult(int errorCode,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
int |
getErrorCode() |
void |
setDescription(java.lang.String val) |
void |
setErrorCode(int val) |