public class WxError extends Object implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
WxError.Builder |
| 构造器和说明 |
|---|
WxError() |
| 限定符和类型 | 方法和说明 |
|---|---|
static WxError |
fromJson(String json) |
int |
getErrorCode() |
String |
getErrorMsg() |
String |
getJson() |
static WxError.Builder |
newBuilder() |
void |
setErrorCode(int errorCode) |
void |
setErrorMsg(String errorMsg) |
void |
setJson(String json) |
String |
toString() |
public static WxError.Builder newBuilder()
public int getErrorCode()
public void setErrorCode(int errorCode)
public String getErrorMsg()
public void setErrorMsg(String errorMsg)
public String getJson()
public void setJson(String json)
Copyright © 2017. All rights reserved.