public class GlobalReturnCode extends Object
全局返回码
| Constructor and Description |
|---|
GlobalReturnCode() |
| Modifier and Type | Method and Description |
|---|---|
com.alibaba.fastjson.JSONObject |
getData() |
int |
getErrcode() |
String |
getErrmsg() |
void |
setData(com.alibaba.fastjson.JSONObject data) |
void |
setErrcode(int errcode) |
void |
setErrmsg(String errmsg) |
GlobalReturnCode |
systemError() |
String |
toString() |
public int getErrcode()
public void setErrcode(int errcode)
errcode - the errcode to setpublic String getErrmsg()
public void setErrmsg(String errmsg)
errmsg - the errmsg to setpublic com.alibaba.fastjson.JSONObject getData()
public void setData(com.alibaba.fastjson.JSONObject data)
public GlobalReturnCode systemError()
Copyright © 2012–2020 Wudao Software Studio. All rights reserved.