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) |
public static RestfulResponse build()
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)