public final class BaseResponse<T extends Object>
115网盘 基础响应体
private final Integer
state
code
private final String
message
private final T
data
error
errno
BaseResponse(Integer state, Integer code, String message, T data, String error, Integer errno)
final Integer
getState()
getCode()
final String
getMessage()
final T
getData()
getError()
getErrno()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Integer getState()
final Integer getCode()
final String getMessage()
final T getData()
final String getError()
final Integer getErrno()