Package com.arms.api.util.response
Class CommonResponse.ApiResult<T>
- java.lang.Object
-
- com.arms.api.util.response.CommonResponse.ApiResult<T>
-
- Enclosing class:
- CommonResponse
public static class CommonResponse.ApiResult<T> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommonResponse.ApiError
getError()
T
getResponse()
boolean
isSuccess()
-
-
-
Method Detail
-
isSuccess
public boolean isSuccess()
-
getError
public CommonResponse.ApiError getError()
-
getResponse
public T getResponse()
-
-