| Package | Description |
|---|---|
| net.scharlie.lj4l.core.io |
| Modifier and Type | Method and Description |
|---|---|
ResultData.ResultState |
ResultData.getState()
Get the result state.
|
static ResultData.ResultState |
ResultData.ResultState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultData.ResultState[] |
ResultData.ResultState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ResultData(ResultData.ResultState state)
Create new result data.
|
ResultData(ResultData.ResultState state,
Exception caught)
Create new result data.
|
ResultData(ResultData.ResultState state,
Exception caught,
int count)
Create new result data.
|
Copyright © 2019. All rights reserved.