Uses of Class
com.tarsolution.notifyman.common.response.ResponseData
-
Packages that use ResponseData Package Description com.tarsolution.notifyman.common.response -
-
Uses of ResponseData in com.tarsolution.notifyman.common.response
Subclasses of ResponseData in com.tarsolution.notifyman.common.response Modifier and Type Class Description class
ResponseDataList<T>
Methods in com.tarsolution.notifyman.common.response that return ResponseData Modifier and Type Method Description ResponseData<T>
ResponseData. addMessage(String message)
ResponseData<T>
ResponseData. setException(Exception exception)
ResponseData<T>
ResponseData. setExceptionCode(String exceptionCode)
ResponseData<T>
ResponseData. setResponseTimes(Long responseTimes)
-