static ResponseVo |
ResponseVo.fail(byte[] bytes) |
static ResponseVo |
ResponseVo.fail(okhttp3.Headers headers,
byte[] bytes) |
static ResponseVo |
ResponseVo.fail(okhttp3.Headers headers,
String bodyString) |
static ResponseVo |
ResponseVo.fail(int responseCode,
byte[] bytes) |
static ResponseVo |
ResponseVo.fail(int responseCode,
String bodyString) |
static ResponseVo |
ResponseVo.ok(byte[] responseBody) |
static ResponseVo |
ResponseVo.ok(okhttp3.Headers headers,
byte[] bodyBytes) |
static ResponseVo |
ResponseVo.ok(okhttp3.Headers headers,
String bodyString) |
static ResponseVo |
ResponseVo.ok(int responseCode,
byte[] bytes) |
static ResponseVo |
ResponseVo.ok(int responseCode,
String bodyString) |
static ResponseVo |
ResponseVo.ok(Object result) |
static ResponseVo |
ResponseVo.ok(String responseBody) |