类 ResponseResultEntity
java.lang.Object
com.cdkjframework.license.entity.ResponseResultEntity
请求结果(封装)
-
构造器概要
构造器构造器说明ResponseResultEntity
(ResponseBuilderEnums resultCode, String message) ResponseResultEntity
(Integer status, String message) ResponseResultEntity
(Integer status, String message, Object data) -
方法概要
修饰符和类型方法说明static ResponseResultEntity
fail
(ResponseBuilderEnums code) static ResponseResultEntity
getData()
static ResponseResultEntity
static ResponseResultEntity
-
构造器详细资料
-
ResponseResultEntity
public ResponseResultEntity() -
ResponseResultEntity
-
ResponseResultEntity
-
ResponseResultEntity
-
-
方法详细资料
-
getStatus
-
getMessage
-
getData
-
getTimeStamp
-
ok
-
ok
-
fail
-
fail
-