public class ResultContainer<V> extends Object
| Constructor and Description |
|---|
ResultContainer(V defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getErrorMsg() |
V |
getValue() |
void |
setErrorMsg(String errorMsg) |
void |
setValue(V value) |
Copyright © 2020. All rights reserved.