@Deprecated public class OpenapiError extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private ErrorCode |
error
已过时。
|
private int |
httpStatus
已过时。
|
private String |
requestId
已过时。
|
| 构造器和说明 |
|---|
OpenapiError()
已过时。
|
OpenapiError(String code,
String message)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
ErrorCode |
getError()
已过时。
|
int |
getHttpStatus()
已过时。
|
String |
getRequestId()
已过时。
|
void |
setError(ErrorCode error)
已过时。
|
void |
setHttpStatus(int httpStatus)
已过时。
|
void |
setRequestId(String requestId)
已过时。
|
private int httpStatus
private String requestId
private ErrorCode error
public int getHttpStatus()
public void setHttpStatus(int httpStatus)
public String getRequestId()
public void setRequestId(String requestId)
public ErrorCode getError()
public void setError(ErrorCode error)
Copyright © 2024. All rights reserved.