| 限定符和类型 | 方法和说明 |
|---|---|
static <D> Resp<D> |
Resp.build(String code,
D data,
String mesg) |
static <D> Resp<D> |
Resp.failed() |
static <D> Resp<D> |
Resp.failed(String code) |
static <D> Resp<D> |
Resp.failed(String code,
String mesg) |
static <D> Resp<D> |
Resp.failed(String code,
String mesg,
D data) |
Resp<D> |
Resp.parseExp(@NonNull Exception exp) |
static <D> Resp<D> |
Resp.success(D data) |
| 构造器和说明 |
|---|
RespException(Resp resp) |
RespException(Resp resp,
String message) |
RespException(Resp resp,
String message,
Throwable cause) |
RespException(Resp resp,
Throwable cause) |
Copyright © 2011-2021–2021 ShaneKingOrg. All rights reserved.