public class Result<T,K> extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
Result.FieldError<K> |
| Constructor | Description |
|---|---|
Result() |
| Modifier and Type | Method | Description |
|---|---|---|
List<Result.FieldError<K>> |
getErrors() |
|
T |
getValue() |
|
boolean |
hasErrors() |
|
void |
setValue(T value) |
|
String |
toString() |
Copyright © 2018. All rights reserved.