Package com.benesult.vivjson
Class Viv.Result
java.lang.Object
com.benesult.vivjson.Viv.Result
- Enclosing class:
Viv
Result data class.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
The returned value if the task is succeeded.
It will benull
if the task is failed.
Note that the returned value may benull
. -
errorMessage
Error message if the task is failed.
It will be "" if the task is succeeded.
-
-
Constructor Details
-
Result
Constructor for Result data class.
-