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