public static class ToutiaoAPI.errCode extends Exception
| 限定符和类型 | 字段和说明 |
|---|---|
private long |
errcode |
private String |
errmsg |
private long |
error |
private String |
message |
| 构造器和说明 |
|---|
errCode() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getErrcode() |
String |
getErrmsg() |
long |
getError() |
String |
getMessage() |
void |
setErrcode(long errcode) |
void |
setErrmsg(String errmsg) |
void |
setError(long error) |
void |
setMessage(String message) |
private long error
private long errcode
private String errmsg
private String message
public long getError()
public void setError(long error)
public long getErrcode()
public void setErrcode(long errcode)
public String getErrmsg()
public void setErrmsg(String errmsg)
public String getMessage()
getMessage 在类中 Throwablepublic void setMessage(String message)
Copyright © 2020. All rights reserved.