| 程序包 | 说明 |
|---|---|
| itez.kit.restful |
| 限定符和类型 | 方法和说明 |
|---|---|
static Result |
Result.fail()
失败时
|
static Result |
Result.fail(ResultCode resultCode)
失败时
|
static Result |
Result.fail(ResultCode resultCode,
String msg)
失败时
|
static Result |
Result.fail(String msg)
失败时
|
Result |
Result.set(Object key,
Object value)
添加数据
|
static Result |
Result.success()
成功时
|
static Result |
Result.success(Object key,
Object value)
成功时
|
Copyright © 2020. All rights reserved.