public class ExpressError extends Object implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ExpressError.ExpressErrorBuilder |
| 限定符和类型 | 方法和说明 |
|---|---|
static ExpressError.ExpressErrorBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getErrorCode() |
String |
getErrorMsg() |
String |
getJson() |
int |
hashCode() |
void |
setErrorCode(String errorCode) |
void |
setErrorMsg(String errorMsg) |
void |
setJson(String json) |
String |
toString() |
public static ExpressError.ExpressErrorBuilder builder()
public String getErrorCode()
public String getErrorMsg()
public String getJson()
public void setErrorCode(String errorCode)
public void setErrorMsg(String errorMsg)
public void setJson(String json)
protected boolean canEqual(Object other)
Copyright © 2023. All rights reserved.