public class Result<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> Result<T> |
failure(String message) |
String |
getErrorMessage() |
T |
getResult() |
boolean |
success() |
static <T> Result<T> |
success(T resultObject) |
String |
toString() |
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.