public static class ToutiaoAPI2.errCode extends Exception
| 限定符和类型 | 字段和说明 |
|---|---|
private int |
code |
private String |
error_id |
private String |
exception |
private String |
message |
| 构造器和说明 |
|---|
errCode() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode() |
String |
getError_id() |
String |
getException() |
String |
getMessage() |
void |
setCode(int code) |
void |
setError_id(String error_id) |
void |
setException(String exception) |
void |
setMessage(String message) |
private String error_id
private int code
private String message
private String exception
public String getError_id()
public void setError_id(String error_id)
public int getCode()
public void setCode(int code)
public String getMessage()
getMessage 在类中 Throwablepublic void setMessage(String message)
public String getException()
public void setException(String exception)
Copyright © 2020. All rights reserved.