public class ApiResponse<T> extends Object implements Serializable
| Constructor and Description |
|---|
ApiResponse() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getErrorCode() |
String |
getErrorDescription() |
Boolean |
getOk() |
ResponseParameters |
getParameters() |
T |
getResult() |
String |
toString() |
Copyright © 2018. All rights reserved.