public class ServiceResponse
extends Object
implements Serializable
| Constructor and Description |
|---|
ServiceResponse(Object result,
Throwable throwable)
Instantiates a new ServiceResponse.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getResult()
Gets the result.
|
Throwable |
getThrowable()
Gets the throwable.
|
Copyright © 2010-2020 Toolsverse. All Rights Reserved.