public class RestResBuilder
extends java.lang.Object
| 构造器和说明 |
|---|
RestResBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RestfulResponse |
build() |
static RestfulResponse |
build(int code,
java.lang.String desc) |
static RestfulResponse |
build(IRestResData data) |
static RestfulResponse |
build(java.util.List<?> list) |
static RestfulResponse |
build(java.util.List<?> list,
java.lang.Long totalCount) |
static RestfulResponse |
build(ResponseCodeEnum responseCode) |
static RestfulResponse |
build(java.lang.String desc) |
static RestfulResponse |
buildErr() |
static RestfulResponse |
buildErr(java.lang.String desc) |
static RestfulResponse |
buildErrNoDesc() |
static RestfulResponse |
buildNoDesc() |
public static RestfulResponse build()
public static RestfulResponse buildNoDesc()
public static RestfulResponse build(java.lang.String desc)
public static RestfulResponse build(int code, java.lang.String desc)
public static RestfulResponse build(IRestResData data)
public static RestfulResponse build(java.util.List<?> list)
public static RestfulResponse build(java.util.List<?> list, java.lang.Long totalCount)
public static RestfulResponse build(ResponseCodeEnum responseCode)
public static RestfulResponse buildErr(java.lang.String desc)
public static RestfulResponse buildErr()
public static RestfulResponse buildErrNoDesc()