public class ResponseResult extends Object
| Constructor and Description |
|---|
ResponseResult() |
ResponseResult(int code,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getMsg() |
void |
setCode(int code) |
void |
setMsg(String msg) |
String |
toString() |
public ResponseResult()
public ResponseResult(int code,
String msg)
Copyright © 2021. All rights reserved.