public class ServiceResponse<T> extends Object
| Constructor and Description |
|---|
ServiceResponse() |
ServiceResponse(boolean success,
String message) |
ServiceResponse(boolean success,
T body) |
ServiceResponse(String message) |
ServiceResponse(T body) |
Copyright © 2019. All rights reserved.