public class BCExplorerResult<Result>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BCExplorerResult.ErrorResult |
| Modifier and Type | Field and Description |
|---|---|
BCExplorerResult.ErrorResult |
error |
Result |
result |
int |
statusCode |
| Constructor and Description |
|---|
BCExplorerResult() |
| Modifier and Type | Method and Description |
|---|---|
static <T> BCExplorerResult<T> |
copyError(BCExplorerResult<?> another) |
BCResult.ResultCode |
getErrorCode() |
java.lang.String |
getMessage() |
boolean |
isOk() |
boolean |
isSuccess()
Deprecated.
|
public int statusCode
public Result result
public BCExplorerResult.ErrorResult error
public static <T> BCExplorerResult<T> copyError(BCExplorerResult<?> another)
public java.lang.String getMessage()
public BCResult.ResultCode getErrorCode()
@Deprecated public boolean isSuccess()
public boolean isOk()